View Single Post
Old 10-06-2004, 04:58 AM   #7 (permalink)
trevlya006
Tilted
 
thought it had to do with the fucntions ... scrolling = no ... thats what i was tought...

heres my script from my xanga..

Code:
linknav = window.open('/Subscriptions/SubscriptionBrowser.asp?id=0', 
'linknav', 'height=15,menubar=no,resizable=yes,
scrollbars=no,toolbar=no,width=30');
but i would assume that would be java over anything...

and if you were going to write it in an iframe, since iframes are html its like this

Code:
<iframe src="yourpage.html" width="250" height="350" scrolling="no" frameborder="0"></iframe>
but either way its scroll=no haha or 0
__________________
"Untill all that is different around you, you will be different"

read about my situation Here!

and always check back because i update it all the time
trevlya006 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73