Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
4.25
seconds.
Search:
Posts Made By:
miranda
Forum:
Ajax and Design
04-19-2013, 04:17 PM
Replies:
0
load page with Ajax and then use setInterval to refresh
Views:
315
Posted By
miranda
load page with Ajax and then use setInterval to refresh
I have a number of forms loaded into div via ajax and then submit via ajax back to that same page, which in esessence reloads the info. See this post...
Forum:
Ajax and Design
04-12-2013, 06:59 PM
Replies:
6
form loaded into div via ajax and then submits via ajax
Views:
380
Posted By
miranda
Beautiful!! worked perfectly! :)
Beautiful!! worked perfectly! :)
Forum:
Ajax and Design
04-12-2013, 06:49 PM
Replies:
6
form loaded into div via ajax and then submits via ajax
Views:
380
Posted By
miranda
I am showing the html from the calling page. ...
I am showing the html from the calling page. Which definitley not what i consider server side code (asp, or php code). do you want to see the HTML that is placed in the EmployeeData div?
...
Forum:
Ajax and Design
04-12-2013, 05:36 PM
Replies:
6
form loaded into div via ajax and then submits via ajax
Views:
380
Posted By
miranda
form loaded into div via ajax and then submits via ajax
I have a page with 2 divs. The left div(EmployeeList) contains a list of names. When one of the names in the list is clicked the persons information is displayed in the right div(EmployeeData). If...
Forum:
JavaScript programming
01-26-2013, 05:22 AM
Replies:
19
Countdown timer quits when page looses focus
Views:
528
Posted By
miranda
Yes that refreshes the page but let me explain...
Yes that refreshes the page but let me explain why it wont work for the user to do that. These are assessments which may have as many as 8 sections in them. Each one is displayed on the same...
Forum:
JavaScript programming
01-25-2013, 11:53 PM
Replies:
19
Countdown timer quits when page looses focus
Views:
528
Posted By
miranda
You weren't ignored but I am the ONLY one left...
You weren't ignored but I am the ONLY one left here and I can get slammed which means priorities need to be set. I am sure you know how that is.
Forum:
JavaScript programming
01-25-2013, 11:50 PM
Replies:
19
Countdown timer quits when page looses focus
Views:
528
Posted By
miranda
Wrong this example allows a lot of stuff that...
Wrong this example allows a lot of stuff that the actual assessment does not.
An actual assessment is derived from a class that if they hit refresh it ends the assessment.
This is done...
Forum:
JavaScript programming
01-25-2013, 11:45 PM
Replies:
19
Countdown timer quits when page looses focus
Views:
528
Posted By
miranda
Obviously you never make typos do you? Stop...
Obviously you never make typos do you?
Stop being anal
Forum:
JavaScript programming
01-25-2013, 11:42 PM
Replies:
19
Countdown timer quits when page looses focus
Views:
528
Posted By
miranda
The assessment is loaded with in a page with no...
The assessment is loaded with in a page with no chrome(ie no address bar, back or forward buttons, etc etc) just the page. Should they turn off javascript the button stops working because in the...
Forum:
JavaScript programming
01-25-2013, 09:07 PM
Replies:
19
Countdown timer quits when page looses focus
Views:
528
Posted By
miranda
Timer just stops
Bill,
We are still having issues with the timer in firefox.
If a page is opened in firefox, after a short while the timer just quits.
In the first post I thought it had something to do with...
Forum:
JavaScript programming
12-10-2012, 10:59 PM
Replies:
19
Countdown timer quits when page looses focus
Views:
528
Posted By
miranda
Countdown timer quits when page looses focus
I have a site that administers a timed test. When the page loads a message is displayed with instructions while the actual questions are hidden from view. Once the person clicks continue the...
Forum:
ASP
07-19-2012, 08:19 PM
Replies:
3
include file question
Views:
577
Posted By
miranda
Thanks Bill. I knew you would know and could...
Thanks Bill. I knew you would know and could confirm. I had a feeling that is what happens. Unfortunately I put the code in production environment and got major egg on my face this morning from...
Forum:
ASP
07-19-2012, 07:46 PM
Replies:
3
include file question
Views:
577
Posted By
miranda
include file question
I have the following code in place
<%
If CDate(FormatDateTime(DateTimeViewed,2)) > CDate("11/21/2011") AND CDate(FormatDateTime(DateTimeViewed,2)) < CDate("7/22/2012") Then
%>
<!-- #include...
Forum:
ASP
06-07-2012, 06:10 PM
Replies:
6
help needed. very simple
Views:
1,360
Posted By
miranda
Not according to the SQL query SELECT...
Not according to the SQL query
SELECT [TAC_USR].[TAC_ID], [TAC_USR].[TAC_Attr], [TAC_USR].[TAC_Val] FROM [TAC_USR]
TAC_USR is the table name
TAC_ID, TAC_Attr, TAC_Val are the columns
Forum:
ASP
06-07-2012, 05:37 PM
Replies:
6
help needed. very simple
Views:
1,360
Posted By
miranda
I am not too familiar with vb.Net but it looks...
I am not too familiar with vb.Net but it looks to me like it is passing a key with the "[Global]Passwd" (located in the Button1_click sub) it is the value tAC_Attr in the other 2 functions
I...
Forum:
ASP
06-07-2012, 05:29 PM
Replies:
2
Save a Text File Issues.
Views:
1,441
Posted By
miranda
Which character set are you setting in the...
Which character set are you setting in the content type of the form that does the submitting and also on the page that displays the results? I believe that you need to be using UTF-8 but I may be...
Forum:
ASP
06-07-2012, 05:11 PM
Replies:
2
Help. Newbie Questions about ASP Site Redesign
Views:
813
Posted By
miranda
1.) If it is ASP.Net then the file Extension...
1.) If it is ASP.Net then the file Extension will be .aspx also ASP.Net pages typically use code behind so there will be seperate code so lets say you have a default.aspx page there is generally...
Forum:
ASP
05-23-2012, 05:40 PM
Replies:
1
How to block out a div for a certain IP address
Views:
1,154
Posted By
miranda
When I do something similar is I create a file...
When I do something similar is I create a file with the asp code in it and nothing else.
Then I use it as an include file
However, if you only want to block certain content then you do NOT...
Forum:
ASP
04-02-2012, 09:29 PM
Replies:
1
calculate and show total on another page
Views:
578
Posted By
miranda
I do not see a page assigned to the action...
I do not see a page assigned to the action attribute in the form tag does this mean that you have the form posting back onto the same page? if not what page is it posting to? Is the page the form...
Forum:
Ajax and Design
04-02-2012, 09:13 PM
Replies:
2
works in IE not in other browsers
Views:
425
Posted By
miranda
That is why I posted on here, I don't see...
That is why I posted on here, I don't see anything either. :confused:
Forum:
Ajax and Design
04-02-2012, 06:29 PM
Replies:
2
works in IE not in other browsers
Views:
425
Posted By
miranda
works in IE not in other browsers
I have a page that has two drop down lists. The first list is somewhat static. I have placed onChange event in this dropdown to trigger an Ajax call to load values into the 2nd dropdown that is...
Forum:
ASP
02-03-2012, 08:56 PM
Replies:
3
Odd Error
Views:
1,065
Posted By
miranda
Up until yesterday I had not had a problem with...
Up until yesterday I had not had a problem with using Microsoft.XMLHTTP
I am one that believes that if it works don't change it.
I received 6 of those erorr messages in a span of less than...
Forum:
ASP
02-02-2012, 10:58 PM
Replies:
3
Odd Error
Views:
1,065
Posted By
miranda
Odd Error
I use Custom 404 Errors to display any server errors to my users and then send via email the actual error to me. I received this one today and I don't have a clue what it is telling me other than...
Forum:
ASP
02-02-2012, 10:40 PM
Replies:
1
Help on Converting ASP Page to Word Document
Views:
740
Posted By
miranda
This is because the Word document is running on...
This is because the Word document is running on YOUR computer and the asp page is running on the webserver. Even if you run this page locally on your computer you do not have the entire path to the...
Forum:
ASP
12-15-2011, 10:36 PM
Replies:
13
INSERT INTO error
Views:
8,440
Posted By
miranda
??? the function at the top of the page is...
??? the function at the top of the page is VBScript and so is the if statement at the bottom of the page.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
06:05 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.