Emuforums.com

Go Back   Emuforums.com > General Discussion > Web development / Programming
Register FAQ Members List Calendar Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old March 19th, 2002   #1 (permalink)
Mad
AKA snkmad
 
Mad's Avatar
 
Join Date: Apr 2001
Location: Brazil, Fortaleza-Ceará
Posts: 2,803
1)javascript pop up/2) how to create a poll??

1)how do i do a link - using javascript, which ill make a new window, the size i want.
2) how do i create a poll, without using Php nor ASP
__________________
[WinXP SP2] [Gigabyte GA-M61PM-S2] [Athlon64 X2 3800+ @2.00Ghz] [XFX Geforce 8600GT XxX 256MB DDR3] [17" SyncMaster 753v] [Samsung SATA II HD080HJ 80GB] [Samsung SATA II HD250HJ 250GB] [Kingston 2x1GB DDR2 6400@800MHz CL6] [Samsung CDDVDW SH-S203B] [NVIDIA nForce Networking] [Realtek ALC883 @ nVIDIA MCP61]
Mad is offline   Reply With Quote
Old March 20th, 2002   #2 (permalink)
ShADoWFLaRe85
Guest
 
Posts: n/a
The answers to your questions are simple:

1) {A HREF="javascript:window.open('about.asp', 'winName', 'width=485, height=590'); return false"}Click Here!{/A}

OMG!!! It's separating the javascript into java script!! Don't do that. Leave it one word

2) It will not be possible to create your own poll without using a server-side scripting language. However, you do have the option of using a third party service that will allow you to setup polls on their server and embed them into your pages. They often add advertisements to them, but usually not too intrusive. I myself am not sure of any good ones. So, anybody can add their input on this topic, if they wish.

Hope this helps...

Note: Remember to replace the {}'s with ><'s

Last edited by ShADoWFLaRe85; March 20th, 2002 at 04:06.
  Reply With Quote
Old April 2nd, 2002   #3 (permalink)
Ali
CoLD InSiDE
 
Ali's Avatar
 
Join Date: Apr 2001
Location: Somewhere
Posts: 2,613
Behinf the polls there is a database that operates, so you should get some knowledge on databases, I am myself making a website named, ALIs-WEB, which will be completed in about two more months, as I am busy with my studies. SO in it I will put behind the databases to work. Try getting some knowledge, and all you answers will be there.

Ali
__________________
AMD Athlon XP 2100 @ 1.75 Ghz
Gigabyte GA-7VA.XP VIA K400
1.25GB PC3200 System Ram
ChainTech GeForCe4 TI 4200 128MB
Creative SB Live! 5.1
2x WD Caviar 120GBs and -Rom1 Maxtor 40GB
LiteON 16x DVD-Rw
WindowsXP Professional-SP2 & Mandrake Linux

Ali is offline   Reply With Quote
Old April 3rd, 2002   #4 (permalink)
ShADoWFLaRe85
Guest
 
Posts: n/a
Let us know when you get it done Ali
  Reply With Quote
Old April 6th, 2002   #5 (permalink)
.:: PHP King ::.
 
Mohd's Avatar
 
Join Date: Mar 2002
Location: Bahrain
Posts: 580
Bravenet.com is a good site in making poll . . . . .
Mohd is offline   Reply With Quote
Old April 6th, 2002   #6 (permalink)
Not Invited
 
Jonys's Avatar
 
Join Date: Dec 2001
Location: Time Vortex
Posts: 1,063
Exactly...i made my site poll there....
__________________
I'm NoThInG ThAt I CaNnOt SaY
"It is the nature that gives us our boundaries and nature that enforces them" - Eladamri, Lord of Leaves - ..::AGP::.. Web Community - Anime and Game Players - Web Community
[sig=134]
Come to AGP Black - Green
(((AGP))) ...:::Black-Green:::...
Jonys is offline   Reply With Quote
Old April 6th, 2002   #7 (permalink)
Registered User
 
Join Date: Apr 2002
Location: New York, NY
Posts: 16
You never said perl...I wrote a simple one for my school newspaper's site. If you want it, just PM me.

Anyway, you can also sign up for free webspace with Perl, PHP, or ASP, and download a script from hotscripts, because only then will you be able to config it the way you want.
__________________

main box [Dell Dimension 4300]: Intel P4 1.60 Ghz; 130,064 KB physical SDRAM; 3688 MB virtual paged RAM; 32 MB nVidia GeForce2 GTS; Maxtor 40 GB HD 7200 RPM [partitioned of course]; Win2k Professional 5.00.2195 + SP2; Crappy Lite-on 48x max CD-ROM
Kentaro is offline   Reply With Quote
Old April 6th, 2002   #8 (permalink)
Not Invited
 
Jonys's Avatar
 
Join Date: Dec 2001
Location: Time Vortex
Posts: 1,063
I've a question......which Java script i use to pre- load a gif image.....like i tryed a lot of different scripts before...and they don't worked......i made an image transition html effect on front page and its a mouse over effect....but the gif image is supposed to appear just after i point my mouse in front of the first image....but when i point in the default image the other one just starts to load....and i want the image loaded before the page fully loads itself when i first enter in it.....

(like its very confusing if u don't understand go to the link in my signature and point your mouse in one of the menu options and hold there for some time....)
__________________
I'm NoThInG ThAt I CaNnOt SaY
"It is the nature that gives us our boundaries and nature that enforces them" - Eladamri, Lord of Leaves - ..::AGP::.. Web Community - Anime and Game Players - Web Community
[sig=134]
Come to AGP Black - Green
(((AGP))) ...:::Black-Green:::...
Jonys is offline   Reply With Quote
Old April 7th, 2002   #9 (permalink)
ShADoWFLaRe85
Guest
 
Posts: n/a
Preloading images is simple. Something like this should work:

imgVar = new Image();
imgVar.src = "something.jpg";
  Reply With Quote
Old April 8th, 2002   #10 (permalink)
Not Invited
 
Jonys's Avatar
 
Join Date: Dec 2001
Location: Time Vortex
Posts: 1,063
dosen't worked.....
it has to be btw <> or its like a script <script> </script> ?????
__________________
I'm NoThInG ThAt I CaNnOt SaY
"It is the nature that gives us our boundaries and nature that enforces them" - Eladamri, Lord of Leaves - ..::AGP::.. Web Community - Anime and Game Players - Web Community
[sig=134]
Come to AGP Black - Green
(((AGP))) ...:::Black-Green:::...
Jonys is offline   Reply With Quote
Old April 8th, 2002   #11 (permalink)
ShADoWFLaRe85
Guest
 
Posts: n/a
ooh boy. That would be some JavaScript. Also, you'd have to change the image location to your own. It gets complicated if you don't know what you're doing.
  Reply With Quote
Reply

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


All times are GMT. The time now is 09:10.


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5