Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-14-2004, 06:12 PM   PM User | #1
wannaknow
New to the CF scene

 
Join Date: Feb 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
wannaknow is an unknown quantity at this point
email and javascript pop up window

hello,

is it possible to send an email with html file, and when the receiver clicks that html it opens up small (preset size). I other words is there javascript to be place in an html that will control its size (skiping the part of creating a link for the small pop-up)

Thanks much,
wannaknow is offline   Reply With Quote
Old 12-14-2004, 10:38 PM   PM User | #2
Bobo
Regular Coder

 
Join Date: Jan 2004
Location: Port Huron, MI, U.S.A.
Posts: 280
Thanks: 0
Thanked 0 Times in 0 Posts
Bobo is an unknown quantity at this point
function Q()
{
window.resizeTo(200,257) //width,height

}



window.onload=Q;
window.onresize=Q
__________________
Oh, was I supposed to put something here? ........
Bobo is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 09:09 AM.


Advertisement
Log in to turn off these ads.