Results 1 to 3 of 3

Thread: Sharing elements of my website

  1. #1

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    Sharing elements of my website

    Hi,

    On my webpage I have a simple textbox that will change user inputs using a javascript. I'm basically trying to share my textbox and the js behind it to other ppl so they can use it on their webpage (~API). I know I can share using iFrames, but I was wondering if there are other ways to do it? Like just pointing to an aspx or js file and that will do the trick...

    Thanks

  2. #2
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: Sharing elements of my website

    Other options are the following.

    HTML5 Object
    Code:
    <object data="http://www.vbforums.com" width="500" height="400">
        <embed src="http://www.vbforums.com" width="500" height="400"> </embed>
         Error: Embedded data could not be displayed.
    </object>
    jQuery.load()
    jQuery.load()
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

  3. #3

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    Re: Sharing elements of my website

    ok, thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width