Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create a popup image navigation?

Status
Not open for further replies.

Ertio

Programmer
Joined
Feb 21, 2006
Messages
3
Location
ES
I like to create a image gallery in my web,and i see this cool image navigator

I can create a popup with the image,but in this web,the popup content a navigator buttons.
i need help please
thx

P.D.:sorry for my english
 
If you specify no arguments to the 3rd parameter in the window.open call, you will get all toolbars. If you specify any parameters (at all), you will get none, unless you've explicitly enabled them.

Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
BillyRayPreachersSon thanks for your post,but the question is the navigator down the image in the web page,not toolbar navigator.
When you press next button,you see the next image....
Visit the screenshots page of neverwinter and see some images.

Thx

P.D.:sorry for my english,im spanish
 
i try to copy the code,but the page have .js script and i dont understand the system for see previous and next image in popup window.

 
Aaah - it looks like the next and previous buttons for that site are created server-side, as the page reloads each time with new link targets.

Are you after a client-side only solution, or would you be happy with server-side scripting too?

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top