
Originally Posted by
techno_race
Take that HTML, ant put it in an external HTML file, then use the following in forum:
Code:
<iframe src="html.html" frameborder="0">
If I do that then it will be a diffrent CSS for the people who want to use my code...
I have just made a test table thing with the code I did above and it worked. So I tried adding some stuff with it, and it didn't work...does anyone know why?
Code:
<script>
mcsv1 = "<table width='100%' id='userlinks' cellspacing='6'>"
mcsv1 += "<tr>"
mcsv1 += "<td class=guest><strong>MC Shop V1:</strong> Please Log In to use the Shop.</td>"
mcsv1 += "<td class=member><strong>MC Shop V1:</strong> Which Item would you like?</td>"
mcsv1 += "<form
action='http://s11.invisionfree.com/MCtest/index.php?'
method='post' name='REPLIER2' class=member>"
mcsv1 += "<input type='hidden' name='act' value='Msg'></input>"
mcsv1 += "<input type='hidden' name='CODE' value='04'></input>"
mcsv1 += "<input type='hidden' name='MODE' value='01'></input>"
mcsv1 += "<input type='hidden' name='OID' value=''></input>"
mcsv1 += "<input type='hidden' name='reply_to' value=''></input>"
mcsv1 += "<input type='hidden' value='1' name='from_contact' class='forminput'></input>"
mcsv1 += "<input type='hidden' value='' name='Post' class='textinput'></input>"
mcsv1 += "<input type='hidden' value='Shop Item(s)' name='msg_title' class='forminput'></input>"
mcsv1 += "<td>"
mcsv1 += "<select name='dropdownselection' class=member>"
mcsv1 += "<option value='Bold in Name----$300'>Bold in Name----$300</option>"
mcsv1 += "<option value='Italic in Name----$400'>Italic in Name----$400</option>"
mcsv1 += "<option value='Underline in Name----$500'>Underline in Name----$500</option>"
mcsv1 += "<option value='Username Change----$600'>Username Change----$600</option>"
mcsv1 += "</select>"
mcsv1 += "<td>"
mcsv1 += "<input type='submit' class=member value='Buy Item' tabindex='4'
accesskey='s' class='forminput' name='submit' />"
mcsv1 += "<td>"
mcsv1 += "<a href='http://z11.invisionfree.com/MooseCreations' target='_blank' alt='Created by Agent Moose at Moose Creations'>©</a>"
mcsv1 += "</td>"
mcsv1 += "<script type='text/javascript' src='http://209.85.48.12/9607/144/upload/p3540207.ibf'></script>"
mcsv1 += "</td>"
mcsv1 += "</td>"
mcsv1 += "</tr>"
mcsv1 += "</table>"
mcsv1 += "</form>"
</script>
Code:
<script>
document.write("<center>" + mcsv1 + "</center>");
</script>
When ever I try it gives me this:
" mcsv1 += "" mcsv1 += "" mcsv1 += "" mcsv1 += "" mcsv1 += ""
Some one help please
Bookmarks