Announcement

Collapse
No announcement yet.

Web Object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Web Object

    Dose anyone know how to update a web object without reloading it? any way to pass more info to a JS script or something, I have a nice template I would like to use and when I sent and return the data I want to add it to the object without reloading it each time.

    anyway to do this?
    Plugins or Sources MokoX
    BunnyHop Here

  • #2
    Make sure the content you want to change is in a DIV, then use javascript and getelementbyid to set the innerhtml as the URL.

    Comment


    • #3
      Originally posted by Worm View Post
      Make sure the content you want to change is in a DIV, then use javascript and getelementbyid to set the innerhtml as the URL.
      Will that work with local files rather then web files? if so that might just work.

      And long time so see Worm I hope you n family are well
      Plugins or Sources MokoX
      BunnyHop Here

      Comment


      • #4
        Its been a while, but I know that I'd done something like that in the past. Can't remember the actual syntax, but using javascript: as the URL with the code needed inline worked.

        As for me and the fam, all is well. Thanks for asking.

        Comment


        • #5
          Originally posted by Worm View Post
          Its been a while, but I know that I'd done something like that in the past. Can't remember the actual syntax, but using javascript: as the URL with the code needed inline worked.

          As for me and the fam, all is well. Thanks for asking.
          I will give that a look, I tried to use my own url code to do things but I have to reload on loaded what's not a problem but I was hoping to be able to do it without reloadings so I give that a look thanks bud

          Glad to see you still visit
          Plugins or Sources MokoX
          BunnyHop Here

          Comment

          Working...
          X