User Profile

Collapse

Profile Sidebar

Collapse
danovics
danovics
Last Activity: Oct 5 '08, 10:24 AM
Joined: Jul 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I'm soo soo stupid!!!!!

    I had the end lines of script:

    Code:
    	-->	//  End --
    	</script>
    So I mixed up two kind of comment tags. Safari and FF "ate" it, but ie didn't.

    Very big sorry again, for wasting your time!!!
    And thank You a lot for trying to help me.... (But as we know, nobody can help a stupid man.:)
    See more | Go to post

    Leave a comment:


  • Thank for advices. I'm really newby... I'll try to do my best.
    So I made a very very short code, which I inserted below.
    The problem is the same.

    Code:
    <html>
    <head>
    	<script type="text/javascript">
    	<!-- Begin	
    		function show_jelentkezes(ezt){
    		alert ("This alert messeage will show up in Firefox and in Safari, but NOT in Internet Explorer. Why?")
    ...
    See more | Go to post

    Leave a comment:


  • Okey
    Here is the external javascript code followed by the detail of html code, which use the onclick.
    Thanks for helping


    Code:
    	<script type="text/javascript">
    	<!-- Begin
    	
    	function checkform(werq) {
    		var pass=true
    		var nev = document.getElementById("nevmezo").value;
      		var ujra_nev = document.getElementById('hibas_nev')
    		if (nev.length<4)
    ...
    See more | Go to post
    Last edited by acoder; Jul 29 '08, 04:10 PM. Reason: Added [code] tags

    Leave a comment:


  • I just didn't want to waste here the pleace, because i thought that the internal js code could be seen by visiting the link and choosing 'view source'. But as i arrive home, i'll post the whole script. Thanks a lot!...
    See more | Go to post

    Leave a comment:


  • danovics
    started a topic object expected in ie but not in ff or safari

    object expected in ie but not in ff or safari

    I made a website for my friend
    There is a date table from which the user can select a date and time.
    When he or she clicks the date, an internal javascript call is starting.
    This script hides the datum table div and shows a contact form div, which is hidden when the page is loaded. The js fills out the choosen date in the contact form.

    It works fine in ff and in safari, but in ie not.
    Ie shows an error:...
    See more | Go to post
No activity results to display
Show More
Working...