05-03-2001, 11:20 PM
|
#1
|
|
Registered User
Join Date: Apr 2001
Posts: 30
|
i have a question about the browser window size. Im totally stupid with these programs at the moment. When my site loads online, it comes up in a full browaer window. How do i get that into a pop-up type window that fits the site exactly, instead of the full web browser?
One of my friends told me there is a java code you need to put in dreamweaver? help.
thanks in Advance,
|
|
|
05-04-2001, 12:24 AM
|
#2
|
|
Wind Chaser
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
|
|
|
|
05-04-2001, 12:29 AM
|
#3
|
|
Registered User
Join Date: Apr 2001
Posts: 30
|
well....
where do you put the code??? do you do this in dreamweaver or frontpage or sumthin?
thanks for your patience.
|
|
|
05-04-2001, 01:23 PM
|
#4
|
|
ActionScript.org Founder
Join Date: Nov 2000
Location: New York
Posts: 8,736
|
The code, as the tutorial states, goes bwteen the head tags in your HTML file. SO yes you must putit in using Dreamweaver or a similar editor (*cringe* FrontPage)
Cheers
Jesse
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.
|
|
|
05-04-2001, 01:34 PM
|
#5
|
|
Wind Chaser
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
|
Hi there,
It depends what program you are using to edit you're html. I use dreamweaver myself. I just press F10 to edit the code (you could also edit the code using any text editing program) and like the tutorial says I put this code between the "<head>" tags.
"<script language="JavaScript">
<!--
function spawnWindow(URL,Name,features) {
window.open(URL,Name,features);
}
//-->
</script>" without the quotation marks.
The next step would be putting this code in your flash button after you generate your code.
"on (release) {
getURL ("javascript:spawnWindow...");
}" again without the outside quotations.
Read the tutorial again and I'm sure you'll see the light (Jesse's tutorials are quite clear).
Hope that helps.
Peace.
|
|
|
05-04-2001, 01:39 PM
|
#6
|
|
Wind Chaser
Join Date: Feb 2001
Location: Calgary, Canada
Posts: 306
|
Looks like Jesse was faster at posting a reply. Good on you Jesse!
|
|
|
05-04-2001, 01:40 PM
|
#7
|
|
ActionScript.org Founder
Join Date: Nov 2000
Location: New York
Posts: 8,736
|
Only because I was slacker, nice work
Cheers
Jesse
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.
|
|
|
05-04-2001, 07:11 PM
|
#8
|
|
Registered User
Join Date: Apr 2001
Posts: 30
|
thanks a lot guys, you are my heros. can you believe that im only 12 and makin sites??
I'm totally new to dreamweaver, cuz i've been makin sites for 2 years on front page. i bought the web studio and im inspired to become web designers like you guys. if you wanna check out the html version, go to braccoland.com
thanks a lot you flash freaks you.
[Edited by pelerulz88 on 05-04-2001 at 02:13 PM]
|
|
|
05-05-2001, 10:19 AM
|
#9
|
|
ActionScript.org Founder
Join Date: Nov 2000
Location: New York
Posts: 8,736
|
I was about 12 when I started too, maybe 13. FrontPage isn't the way to go for proper sites, as you probably know after 5 minutes with Dreamer.
Ahh I remmber the days of IE 2 and 3
Cheers
Jesse
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.
|
|
|
05-05-2001, 01:19 PM
|
#10
|
|
Registered User
Join Date: Apr 2001
Posts: 30
|
jesse
yo Jesse,
i got a one more question. If you have a button with only text in it, how do you make the button easier to click on?
(since when you try to click the button, it only works if you rollover the text)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 02:11 PM.
///
|
|