help please
- Started
- Last post
- 4 Responses
- schedule2
im trying to name the pop up window called from the "sizing/ garmet info" link and instead its taking the name of the image being loaded as the name of the pop up window. How do I name it what I want?
Can anyone help me out?
- johndiggity0
all your images are local and not loading. did you title the pop ups in the html?
- schedule20
no i didn't. Sorry for sounding so clueless.
say for instance I want a link to open a pop up window to a fixed size and when another link is clicked on the main page it replaces the other pop up with the new properties and changing the window name as well as reappearing at the top. Do you know how to achieve this?
- johndiggity0
each window needs to have a different title tag in the html, i.e., whatever you want it to say.
the window size and position can be done in javascript, but i'm not sure about the closing of a popup once a new one is opened. if the popup is covering the links on the main page, wouldn't it just be easier and make more sense to close said popup? it's not like another choice would be selectable with the popup in the way.
another alternative is to do it on the same page and use iframes or a show/hide layers behavior if you don't want to deal with the popups.
hope that made sense.
- schedule20
thanks alot for the tips John.