|
-
April 5th, 2003, 06:50 PM
#1
Member
How do I?
I know this is going to sound dumb but I'm not a programmer so I have no clue. I want to have my thumbnails when clicked go into popups. I originally have a script that was suppose to do this but it always messed yup and the scripts that ive been finding on searches on google dont work great either. I just need a simple script thxs.
-
April 6th, 2003, 12:46 AM
#2
Try this:
<script language="JavaScript" type="text/javascript">
function openWin(url,name,windowname)
{
windowname=window.open(url, name, "scrollbars=yes, toolbar=yes, width=600, height=400, directories=no, status=no, resize=no, menubar=no, maximize=no, screenX=100, screenY=100");
}
</script>
put that in your <head></head>.
call on the function from a href like this:
link text
Note: you can change all the settings of the win by modifying the the attributes in the function.
.sig - There never was a .sig?
I own a Schneider EuroPC with MS-Dos 3.3 and it works.
-
April 6th, 2003, 02:07 AM
#3
Member
thxs ill try that tonight.
-
April 6th, 2003, 06:47 PM
#4
Banned
You dont really need script if you dont care about the size of the popup, if you dont then just do <a href="" target="_blank">
-
April 6th, 2003, 08:58 PM
#5
Member
vigge gave th script that i exactly wanted..i wanted ful control over the popup size....thxs anyways s7master. Thxs again vigge its really appreciated!
-
April 7th, 2003, 04:28 PM
#6
No problem dude, just glad I could help
.sig - There never was a .sig?
I own a Schneider EuroPC with MS-Dos 3.3 and it works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|