On Sat, Jun 27, 2009 at 10:10 PM, Mehul Ved<[email protected]> wrote: > -----xxxxx----- > <img src="../Images/edit.gif" title="Click to Add/Update" > onclick="OpenPopUpCollegeCode(event)" > onmouseover="ChangeCursorStyleHand(event)" > onmouseout="ChangeCursorStyleDefault(event)" alt="Click Me" > style="cursor: default"/> > -----xxxxx----- > These is some javascript being used on the page but am not sure which > part is being used on the relevant section. I have also pastebin'ed > the page's code if someone wants to try their hand at it without going > through the registration process - http://pastebin.com/m26fd43e8 > So, this is the only page so far that I have encountered an error > with. If solved, I will proceed further and look to finish with the > process.
You might want to see the javascript errors in Tools > "Error Console" in Firefox (don't know where in Opera but there should be a section). The offending function is probably OpenPopUpCollegeCode(). Look for it in the page (couldn't find it in the page you pasted) or in any included scripts. -- Siddhesh Poyarekar http://siddhesh.in -- http://mm.glug-bom.org/mailman/listinfo/linuxers

