Thank you for your help. That's similar to what I want, I just want that sidebar to be outside the content outline and also I want the page to be centered based on the main content and...
I have a page that's center aligned on the screen and what I would like to do is add div right next to the right edge of the page outline but do not want that div to affect width of the page. ...
checkAgency() is working fine just cuz updateTips() is executing depending on the result from checkAgency(). UpdateTips() changes div on the page with the text defined under agencycheck()
Yes pretty much, I have some other form checking in there also but all of those work fine. It's when comes to checkAgency() it just stops even thou function returns true.
savvykms thanks for your reply.
That didn't really help with the problem. Here is some more info that could be helpful.
It's how basically all works when form submit button is clicked. By the...
I need some help figuring out what I am doing wrong. Basically my functions works cept it's not continuing on return true; It should continue onto some other functions and submit the form. ...
Could someone point me into right direction. I am looking for API that will allow me to create UPS shipments and print labels for it. I am not looking for UPS rate calculator only.
...
Array is an complex object where form field is simple value so you can not pass array through form, only form fields. What you can do i scalar Array into forms fileds, which means grab whatever is...
Your issue here is the way you're parsing the xml file.
It's hard to tell where exacly since you did not provide xml file nor the code you're using to parse it.
I have form validation script (gen_validatorv31.js) that works fine but I am trying to disable some parts of it depending on the form fields.
Part of the validation script that has all of the field...
Here is a script that I use all the time but you need to find a zip code database with latitudes and longitudes. Google it and you'll find it. This script will work with SQL database, access db may...