URL Links


hschir

Recommended Posts

Is there someway I can put a link to a URL on a DC page (a sort of back button to the html page with the embedded link in it that calls the page for display on my server) ?

Link to comment
Share on other sites

Even though the other method outlined by me in another post worked - I'll give this a go as well (less code).

The question remains - how would I know that document.location ="" is a valid command?

Link to comment
Share on other sites

Everything in DAQConnect is javascript, and document.location = "" is a standard javascript command. You can google it. The trick is usually understanding where this javascript gets executed. It runs in a sandbox that makes it easier for you to access certain things, but harder for you to access others (that you probably should touch). That's why document.write() that you queried about won't work, among other reasons...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.