| bio | website | h1designgroup.com |
|---|---|---|
| location | Asheville, NC | |
| age | ||
| visits | member for | 1 year, 2 months |
| seen | yesterday | |
| stats | profile views | 5 |
|
Oct 23 |
asked | Scroll bars in Facebook iframe app… again |
|
Jul 9 |
comment |
CSS not rendering correctly in IE 8, 9 I believe that did it. How did you track that down so quickly? |
|
Jul 9 |
accepted | CSS not rendering correctly in IE 8, 9 |
|
Jul 3 |
asked | CSS not rendering correctly in IE 8, 9 |
|
Jun 4 |
accepted | JS to redirect to a splash page on first visit? |
|
Jun 1 |
answered | JS to redirect to a splash page on first visit? |
|
Jun 1 |
awarded | Commentator |
|
Jun 1 |
comment |
JS to redirect to a splash page on first visit? and the updated code: <script type="text/javascript"> $(document).ready(function() { // check cookie var visited = $.cookie("visited") // set cookie $.cookie('visited', 'yes', { expires: 1e4, path: '/' }); if (visited == null) { $.cookie('visited', 'yes'); alert($.cookie("visited")); window.location = "pitchrate.com/content/content-article.asp?ArticleID=4998" } }); </script> |
|
Jun 1 |
comment |
JS to redirect to a splash page on first visit? I tried these changes as well as changing the 10,000 to 1e4 - still no joy. |
|
Jun 1 |
comment |
JS to redirect to a splash page on first visit? I'm not getting an error, it's just not redirecting. Here is the test page: pitchrate.com/content/content-article.asp?ArticleID=4999 |
|
Jun 1 |
asked | JS to redirect to a splash page on first visit? |
|
Apr 23 |
accepted | Joomla 2.5 admin page will not show |
|
Apr 23 |
comment |
Joomla 2.5 admin page will not show Yup - I used kickstart to administer the Akeba backup archive and that did it. |
|
Apr 18 |
asked | Joomla 2.5 admin page will not show |
|
Apr 13 |
comment |
Need ASP code for a simple form - radio buttons redirect to urls I don't know anything about form building or asp. I usually configure plugins for jommla or WP to get this done, but in this instance we are not working like that. We have a windows server and most of the pages are asp. I wrongly assumed that I would need to link to an asp page to process the requests from the form. Simple is best so if I can do it client-side I will. Thanks for the help! |
|
Apr 13 |
comment |
Need ASP code for a simple form - radio buttons redirect to urls This was what I needed - Thanks! |
|
Apr 13 |
accepted | Need ASP code for a simple form - radio buttons redirect to urls |
|
Apr 13 |
asked | Need ASP code for a simple form - radio buttons redirect to urls |
|
Apr 7 |
awarded | Teacher |
|
Apr 5 |
answered | Remove posts from a specific category from homepages |