Skip to main content
GameDev.net gamedev.net
🔒 Locked

Javascript

Started by H0bbes Nov 17, 2004 at 12:21 PM 1 replies 1.2k views
Original Post
H0bbes
H0bbes
i'm using &#106avascript in html file Well i have a form that user can insert many data and he can select a color to do this easier to use i do another page that show some colors that user can select. my problem is that i want that the color selected by the user is send the color selected in formart FFFFFF(hex) to the parent page, i don´t want to lose the information that user had insert before selected the color. Some help and sugestions. Tank you for the time
Koroljov
Koroljov
You can acces the parent page using "opener"

...
opener.theColor=someColor;
...
Why do my programs never work on other computers?
H0bbes
H0bbes
Tank you for the help

work perfectly

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.