- Posts: 303
- Thank you received: 0
You're Barred
- Eirikg
- Offline
- Main Sequence
Less
More
18 years 7 months ago #27105
by Eirikg
You need to use javascript
window.open('ink.html','windowname','scrollbars=yes/no,width=x,height=y')
So with the html it is like this:
<a href="" onclick="window.open('sometxt.html','Test','scrollbars=no,width=350,height=100')">Test</a>
Eirik
Equipment list
Replied by Eirikg on topic Re: You're Barred
Eirik - how do I do a small pop-up window in html? :oops: Cheers! Dave
You need to use javascript
window.open('ink.html','windowname','scrollbars=yes/no,width=x,height=y')
So with the html it is like this:
<a href="" onclick="window.open('sometxt.html','Test','scrollbars=no,width=350,height=100')">Test</a>
Eirik
Equipment list
Please Log in or Create an account to join the conversation.
- dmcdona
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 4557
- Thank you received: 76
18 years 7 months ago #27109
by dmcdona
Replied by dmcdona on topic Re: You're Barred
Thanks Eirik - I'll give that a try. Is is possible to put an image in the pop-up window?
Cheers
Dave
Cheers
Dave
Please Log in or Create an account to join the conversation.
- Eirikg
- Offline
- Main Sequence
Less
More
- Posts: 303
- Thank you received: 0
18 years 7 months ago #27114
by Eirikg
Eirik
Equipment list
Replied by Eirikg on topic Re: You're Barred
the popup is just a link to a html page, so you can put anything you like.
Eirik
Equipment list
Please Log in or Create an account to join the conversation.
Time to create page: 0.121 seconds