Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 6 of 6
Search took 0.11 seconds.
Search: Posts Made By: johnmayer
Forum: PHP 03-23-2004, 09:26 AM
Replies: 2
Views: 642
Posted By johnmayer
Menu from MySQL

I am trying to automate menu creation, I'm still somewhat new at this, I managed to get a navigation system to work, (index.php?sectionid=xx&pageid=xx). I'm pretty sure I have no idea here and am...
Forum: JavaScript programming 09-06-2002, 11:02 PM
Replies: 2
Views: 597
Posted By johnmayer
Starting External Script

I've noticed that Mozilla gives me this message every time I try to run a script

Error: illegal character
Line: 1, Column: 1
Source Code:


Error: illegal character
Line: 1, Column: 1...
Forum: XML 09-03-2002, 10:14 PM
Replies: 5
Views: 1,963
Posted By johnmayer
Yeah I figured that out. .xml supports...

Yeah I figured that out. .xml supports <?xml-stylesheet ?> where .htm wont
Forum: XML 08-31-2002, 09:39 AM
Replies: 5
Views: 1,963
Posted By johnmayer
linking to an external CSS file

I read on W3.org that this is the proper way to link to an external CSS file in XML and XHTML, yet it does not seem to work.
<?xml-stylesheet href="css/test.css" type="text/css"?>
Should I stick...
Forum: JavaScript programming 08-29-2002, 09:57 AM
Replies: 3
Views: 930
Posted By johnmayer
Hmmm, so how would I define and call all three? ...

Hmmm, so how would I define and call all three?

function border(bstyle, bcolor, bwidth) {
if (document.getElementById) {
document.getElementById('example').style.border = bstyle &| bwidth &|...
Forum: JavaScript programming 08-29-2002, 06:54 AM
Replies: 3
Views: 930
Posted By johnmayer
Changing CSS on the fly

I am trying to make it possible to change the property of a css box with a link (or preferably select / input form field)
this is what I have so far JS wise:

function border(bvalue) {
if...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT +1. The time now is 03:21 AM.