• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Get_element_value - not returning anything

Scheduled Pinned Locked Moved Developers' Forum
2 Posts 2 Posters 308 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    cmprogrock
    last edited by 4 Sept 2008, 21:48

    Hi all,
    I'm opening a webdialog with a url.
    The page has a span element with ID='TestElement' <span ID="TestElement">Hello World</span>

    I call get_element_value (MyVar = dialog.get_element_value("TestElement")

    I call UI.messagebox MyVar...thinking it will say "Hello World" ... but I get nothing.

    Am I missing something?

    Does get_element_value return a string?
    (I'm sure the page has loaded)

    Any Ideas?

    Thanks
    CM

    1 Reply Last reply Reply Quote 0
    • J Offline
      Jim
      last edited by 4 Sept 2008, 21:58

      a SPAN does not have a value. If there is no other HTML in the span, then you can get the contents by innerHTML. I am not sure if using the WebDialog method "get_element_value" will work in this case.

      
      // javascript
      var txt = document.getElementById("TestElement").innerHTML
      
      
      

      Hi

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/2
        Last post
      Buy SketchPlus
      Buy SUbD
      Buy WrapR
      Buy eBook
      Buy Modelur
      Buy Vertex Tools
      Buy SketchCuisine
      Buy FormFonts

      Advertisement