Tracker1

1,505
reputation
195 views

Registered User

name Tracker1
member for 1 year
seen Dec 10 at 20:30
website
location Phoenix, AZ
age 34
Dec
7
awarded  Yearling
Oct
21
comment Override javascript Window.opener
or something to that effect.
Oct
21
comment Override javascript Window.opener
var tempWin = window.open('javascript:void(window.open("","path-to/subwindow.html"));','temp'); tempWin.close();
Oct
21
comment Problem accessing global javascript variables
Might be better to pass references to the constructor for parent/related object... note: this can cause a memory leak within your page as objects are created/destroyed, not a huge issue as it's limited to the one page, but in a large application open for an entire day or more, this can become an issue. Especially in older browsers.
Oct
21
comment JavaScript identity operator on strings
Would also add that 0, false, "", null and sometimes undefined match with equality operations, which can cause some head scratching.
Oct
5
accepted OpenOffice and .NET
Sep
3
accepted js/jquery/html: getting a div from an iframe
Aug
25
accepted Stick Iframe to Bottom
Jul
23
accepted Hiding/Showing a swf in a div?
Jul
22
answered Hiding/Showing a swf in a div?
Jul
1
answered Regarding cell click in datagrid
Jun
29
answered jQuery not working with Html.ActionLink?
Jun
29
comment jQuery not working with Html.ActionLink?
<script type="text/javascript" src="<%=Page.ResolveClientUrl("~/Scripts/...js")%>"></script>