inherit
30374
0
Jul 20, 2012 14:01:05 GMT -8
GEO
GO AVS!!!!
3,333
September 2004
geo2
|
Post by GEO on Jun 27, 2005 13:46:25 GMT -8
<script type="text/javascript"> /* Questionare Script Created by hey Post anywhere, use anywhere, but keep header intact */
//Edit Here, Make sure there are no apostrophes (') in the variables var ititle = 'Question of the Week!'; var iquestion = 'What do the stars on the Ohio State Buckeye's helmets represent? <b> Due Saturday July 2nd!</b>';
//The person who you want to collect answers var iuser = 'admin';
//Edit below if you know what youre doing document.write('<table width="500" cellpadding="2" cellspacing="1" border="0" class="bordercolor" align="center"><tr><td width="100%" class="titlebg"><center><font size="2"><b>'+ititle+'</b></font></td></tr><tr><td width="300" class="windowbg2"><b>Question:</b> '+iquestion+'<br /><br />Do you want to submit an answer?<br /><a href="/index.cgi?action=pmsend&to='+iuser+'&subject='+ititle+'&message=Your Answer Here"><b>Click Here!</b></center></a></td></tr></table>'); </script>
It should show up on my main page yet it doesn't. It was working fine the other day as well. The creator is having a hard time figuring out why... talkinsports.proboards32.com
|
|
inherit
26561
0
Mar 8, 2009 17:02:03 GMT -8
Mike Lohmer
Classic
2,880
June 2004
mikelohmer
|
Post by Mike Lohmer on Jun 27, 2005 16:39:18 GMT -8
You could try using the original code, and then restarting editing it . . . I can't find anything wrong. Maybe just an extra space here or there?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Jun 27, 2005 19:08:03 GMT -8
This line is wrong....
var iquestion = 'What do the stars on the Ohio State Buckeye's helmets represent? <b> Due Saturday July 2nd!</b>';
You are using the ' character within the string, change it to this...
var iquestion = 'What do the stars on the Ohio State Buckeye\'s helmets represent? <b> Due Saturday July 2nd!</b>';
|
|