Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How can I control the soze of window
Old 04-10-2005, 07:33 AM How can I control the soze of window
SteveOh's Avatar
Junior Talker

Posts: 4
Location: Sunderland, UK
Trades: 0
Hi fellas... my first post so be gentle....

I want to put a link on my site.... but i want it to open in a new window of a certain size.

it will only contain a few lines of text so i would prefer not to have anything more than a text box appear (without the IE toolbar etc)

Is this possible? I'm using Frontpage 2003....

TIA for any help
__________________
You should try everything once !! (except incest and folkdancing)
SteveOh is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-10-2005, 12:22 PM
VToria's Avatar
Extreme Talker

Posts: 151
Name: Viki
Location: West Yorkshire
Trades: 0
Sounds like you just need a simple javascript popup window...

In the head..
Code:
<script language="javascript" type="text/javascript">
//<!-- 
function popup()
{ window.open ("YourURLgoesHere.html","popup","width=400,height=400,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
body..
Code:
<a href="javascript:popup()">Click here for popup window</a>
__________________

Please login or register to view this content. Registration is FREE
- Reality TV videos, news and opinions.


Please login or register to view this content. Registration is FREE
- Bargains from a dedicated UK bargain hunter.
VToria is offline
Reply With Quote
View Public Profile Visit VToria's homepage!
 
Old 04-11-2005, 01:40 AM
iota's Avatar
Novice Talker

Posts: 13
Trades: 0
It'd be better to insert the following code to alert the Javascript-disabled users.

Code:
<noscript>
You need to enable JavaScript to open this link.
</noscript>
Regards,
iota
__________________


Please login or register to view this content. Registration is FREE


iota is offline
Reply With Quote
View Public Profile
 
Old 04-14-2005, 02:06 PM
SteveOh's Avatar
Junior Talker

Posts: 4
Location: Sunderland, UK
Trades: 0
Ok ty for the reply folks....

I'll try that tonight.....
__________________
You should try everything once !! (except incest and folkdancing)
SteveOh is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How can I control the soze of window
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.29688 seconds with 12 queries