»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 11-24-2003, 07:44 AM   #1 (permalink)
Registered User
 
cracked's Avatar
 
Join Date: Nov 2001
Location: NCSU @ Raleigh, NC
Posts: 1,390
cracked is on a distinguished road
Send a message via AIM to cracked
script help please

how can i make a specific page be displayed with certain demensions, no addy bar, no toolbar, etc? i think you use javascript but thats about as far as i can get

thanks!

drew

__________________
Duroo
cracked is offline   Reply With Quote
Old 11-24-2003, 08:17 AM   #2 (permalink)
Registered User
 
Droppyale's Avatar
 
Join Date: Dec 2002
Location: -----------
Posts: 1,798
Droppyale is on a distinguished road
Send a message via AIM to Droppyale Send a message via Yahoo to Droppyale
like a popup?


http://javascript.internet.com/gener...up-window.html
Droppyale is offline   Reply With Quote
Old 11-24-2003, 08:22 AM   #3 (permalink)
Registered User
 
tmx468's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 773
tmx468 is on a distinguished road
Thats a handy link.. cheers Droppyale!

(Cracked, good luck with your pages)
tmx468 is offline   Reply With Quote
Old 11-24-2003, 08:34 AM   #4 (permalink)
Registered User
 
Bill in SD, CA's Avatar
 
Join Date: Oct 2002
Location: Bottom left of U.S.
Posts: 4,714
Bill in SD, CA is on a distinguished road
Thanks for the link!

Bill
Bill in SD, CA is offline   Reply With Quote
Old 11-24-2003, 09:19 AM   #5 (permalink)
Registered User
 
cracked's Avatar
 
Join Date: Nov 2001
Location: NCSU @ Raleigh, NC
Posts: 1,390
cracked is on a distinguished road
Send a message via AIM to cracked
thanks but is there any way to make a window be like that when loaded(the code to adjust the window is in the code for that page) instead of having the code on another page and poping up a window?

drew
__________________
Duroo
cracked is offline   Reply With Quote
Old 12-07-2003, 08:06 PM   #6 (permalink)
Registered User
 
sixf00t4's Avatar
 
Join Date: Aug 2002
Location: Western PA
Posts: 2,296
sixf00t4 is on a distinguished road
Send a message via ICQ to sixf00t4 Send a message via AIM to sixf00t4 Send a message via Yahoo to sixf00t4
did you get this working drew?

just replace the variables with your desired values
Code:
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1280,height=1024');");
}
// End -->
</script>


<!-- STEP TWO: Use the following button code for the new window -->

<form>
<input type=button value="Open the Popup Window" onClick="javascript:popUp('')">
</form>
__________________
[url=http://joshuadhall.com]My blog[/url]
sixf00t4 is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:12 AM.