quick DW question...
- Started
- Last post
- 10 Responses
- chedda
ok, so i have a page with a lot of product shots. you click on the link and a pop up window appears, but the page behind always reloads to the top.
how do i make it stay so you don't have to scroll down each time to find the product again.
and while i'm at it, how do you make it so you can click anywhere on the popup window to close it.
thanks in advance.
- QuincyArcher0
are you using an anchor tag with javascript?
- chedda0
ahh, anchor tags, please excuse my limited dreamweaver knowledge.
- QuincyArcher0
don't worry about it, we've all gotta start somewhere
it's the same tag you use to make links...< a href=...etc
except without the space (i had to put that in so NT wouldn't think i was trying to make a link.)
- chedda0
i know its a sin to build it in the "design" view, but how to i go about doing it in that?
i select the link and press the anchor button but all it does is ask for an anchor name... help please...
- ********0
If you're using JS to open the window, put * javascript:; * in your href instead of #..
- ********0
Post a link.
- chedda0
sorry no link, i can't find the "#" you're talking about...
i have this in the code,
- chedda0
oops,
- ********0
i cant help without seeing the code. NT will not let you post it.