hello. i have a script that loads content into a div. it works in firefox but not IE. i have debugged and determined where it stops working, i just don't know why it ain't working. here is the code:
function ajaxpage(url, containerid){
var page_request = false
if (window.XMLHttpRequest) // if...
hi,
i need to make a select statement show more fields depending on what i have selected. what it's supposed to do is show or hide a div depending on selection
here is the javascript ----------------------------
<script language=javascript type='text/javascript'>
function hideRent() {
if...
hi, i have a form that is creating fields from a database. each field has an update and delete button. neither of these buttons will submit.
i used this code:
<a href="javascript:document.addBleed.submit()" class="button">Add</a>
as can be seen i am using a text link. this is a requirement...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.