I have this php grid built, but I need the 3rd column to be email links. I am displaying the email address but I need to make it a link to bring up an html equivalent to mailTo:
well it seems that I answer more of my own questions then getting help, oh well . I figured it out and here is the code if someone else needs to get load a combobox with a value from an array list...
below I have an array and I also have a script set up to load the array into my combo boxes. the code below is very ugly and I know there is a way to clean it up and shorten what I am doing. I was...
I have solved the issue above. below is all my code to make this work. I know there is a way to simplify this down to 5 or 6 lines. can anyone lead me in the right direction to making ths code...
mrhoo thanks for that code, I just got a request that the textfield can also be blank. I am trying to make that regex you gave me be numbers only 4 or 10 digits or blank. I was wondering if you...
well I managed to get this to work. I still think there is an easier way of doing this but it works! If any has a easier way of doing this feel free to send better code!
On the script below I am trying to make a textfield only allow a 4 or 10 digit number. I know the regex I have is right. I can make this work for one number but having trouble with 2. code below, if...
first I doubt anyone is going to do your whole project for you. especially when you have posted no code to show you have tried to solve this, then you posted you want it to work like the...
my first code was off a bit, this is a correct version with one iframe. you will need to do some work on your own, to add more vars and iframes, also you have posted no code to help us out, below is...
<div>
<iframe id="changeMe" src="http://www.google.com">Frames are not supported on your browser.</iframe>
<button onclick="document.getElementById('changeMe').src='http://www.fark.com'">change...
i took your orginal code and put it into dreamweaver. I tested it and it looks ok, can you explain more what you exactly need help with. the only 2 fields I see together are in the monthly payment....