PDA

View Full Version : complicated pop up issue


opperman
03-10-2003, 05:37 PM
On a portfolio page, I have a secondary navigation which uses an image swap to put the right portfolio piece into the table. There is a single "View Larger" link. I want that "View Larger" link to know what image is being viewed, in order to pop up the right window (whose size and position is controlled). The pop up windows are html pages, an html page for every portfolio piece.

here's the link :
www.tunnelstudio.biz/test/bellacor_test.html

I'm not a very sophisticated user of JavaScript. Any and all advice is greatly appreciated.
Michael

Jason
03-10-2003, 10:33 PM
I can't see what teh example is so what do you mean "which picture" because you can use PHP with javascript of HTML to have a dynamic link which would direct to the various pictures and the Control aspect can be done with a JS. You might want to try a search for other threads regarding your questions. I am fairly certain I have seen them before recently.

Jason

opperman
03-10-2003, 10:44 PM
I would prefer to do it in PHP - it makes the whole thing a lot simpler, but the server does not support PHP and there is no option to switch servers. So I have to do it entirely in JavaScript.

I don't know enough about JavaScript to determine whether to use an array, a linktext method, . . .