Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
Views: 380
Posted By miranda
Beautiful!! worked perfectly! :)

Beautiful!! worked perfectly! :)
Forum: Ajax and Design 04-12-2013, 06:49 PM
Replies: 6
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 06:05 AM.