I have a webpage that has Iframes all over it, one of which is a cookie set file.
The Cookie file (html) has a javascript function that gets user input via a "prompt" or popup box.
When this loads in my iframe, i see no box,and no text (if the cookie exists, it displays text).
Is there a way to either get a prompt to work on my webpage or to use a form to do the same thing?
For the form i only need one text field (name) and i'm willing to bet a button, when i tried my form idea, nothing happened though
Any help on this would be great, if you need a source code, let me know.
Thanks