Definitely guys… I expect you dont thoughts me asking this kind of stupid question, but I forgot how to begin this and need to learn really fast…
I need and therefore click a website link and seperate window pop up with the content material. I also need and therefore have a " up coming page" button and a " back" button while the user ticks those links, it takes them to another page in that SAME pop-up window… what Im doing is wanting to show pictures in the popups and let them click in the whole album in that , popup… I need that pop up to be the dimensions i always want it to be (like maybe 300×600 as well as something. )
Any help with this guys Just like I said, I forgot how to begin this and feel like a schlub for doing this.
Many thanks!
Allen DiLiegro
world wide web. diliegrostudios. com
Ok you’ll need some javascript position the first bit in the head of a person’s page
< script>
perform win()
<! —
thWin = windows. open(‘filename. html’, ‘newWindow’, ‘width=300, height=600, resizable=no, scrollbars=no, menubar=no, toolbar=no, directories=no, location=no, status=no’);
//–>
< /script>
Then you simply must make the code page that will be the pop-up gallery, just make back and next links under your picture or preceding it. The chek out the page will be:
< any href=" java script: win()" > **Link should go here**< /a>
Which should work
Thank you!!!