Advanced Forum Search Results
-
yes, me I saw the msdn page the other day, but forgot to mention it (my brain is slowly but surely being concretized.)
-
ok...first off, I'm really not a vb'er; that said:
afaik, ".Content.Page" is not a valid attribute in javascript. Are you trying to access from a master page a click from a content page's control? if so, the following link may help:
http://www.codeproject.com/KB/scripting/Masterpage-Javascript.aspx
-
Are you sure your 'sc' var has a valid value?
<script type='text/javascript'>
alert(sc.id)
for (i in sc) document.write (i + ' = ' + sc[ i ] + '</br>')
</script>
that should be: "[" "i" "]"
-
Hi Rafael,
Not knowing what your code looks like, I may not be able to help; but...
If by 'timeout', you mean javascript's "setTimeout" function, the problem may be how you are sending your parameters. The first parameter needs to be a ...