472,371 Members | 1,532 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,371 software developers and data experts.

IE not posting properly?

Hey dotnetters,

I have an application which goes between pages using postbacks and
Response.Redirects.

Basically, the flow is like this:

1: Page1: Do some work
2: Page2: Preview your results
3: while(Not satisfied with results) GOTO 1;
4: Page3: Show full output

Now I have *alot* of client side javascript for Page1. This is used vs.
postbacks because there is too much information on the screen and it takes
forever to re-render in the browser. The work done on Page1 is saved in a
server side hidden textbox to retrieve on postbacks.

The first time I make the transition from Page1->Page2 I click a submit
button which fires the forms onsubmit method. In the onsubmit method, I
update the value of the hidden textbox. I can retrieve the values of the
hidden textbox just fine, every time.

Now if the user does not like their results, they can go back and work on
them.

The next time they preview their results (i.e., the session goes like this
Page1->Page2->Page1->Page2), the value of the hidden textbox has not
changed! Even though I did a window.alert to assert that it had been
changed!

What is going on here? Is it an IE problem? What can I do to fix it?

Thanks,

Sohail

ps, please also reply to sohail dit somani dot opg dit com (dit=dot, dot=at)

Nov 18 '05 #1
1 948
"Sohail" <so***********@opg.com> wrote in message
news:o7*******************@news04.bloor.is.net.cab le.rogers.com...
Hey dotnetters,

I have an application which goes between pages using postbacks and
Response.Redirects.

....

You know what... Um... nevermind... I should comment my code ;-)
Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: chris | last post by:
I have a string in a select list. value="Chadwick&rsquo;s" after posting it's changed automatically to Chadwick's
2
by: TJ Talluto | last post by:
Hi, I'm using the curl functions in php to scrape the wan ip address from my home router (the router is an SMC product). This is a two step process: 1. post the password value to the login.htm...
54
by: Brett Baisley | last post by:
Hello, I am trying to figure out how to change the default font-family and font-size. I tried adding this to the BODY section, but it didn't work. I tried to the P section, but they are not...
19
by: Darren | last post by:
I have a page that opens a popup window and within the window, some databse info is submitted and the window closes. It then refreshes the original window using window.opener.location.reload(). ...
11
by: Mark A | last post by:
Here is Mark Townsend's (Oracle Product Manager) explanation and justification for posting in the DB2 newsgroup, as posted on the Oracle newsgroup, and my response: "Mark Townsend"...
10
by: todd_montana | last post by:
Hi there, I have a class that has the private member variable called 'int frame'. I then have a constructor that sets it to 0. Now, inside the constructor i want to increment it by using: ...
9
by: Water Cooler v2 | last post by:
Is it necessary to return a value from the event handlers? For instance, what does the return value in the following code signify? What will be its impact if it returned otherwise (true)? <a...
43
by: balakrishnan.dinesh | last post by:
Hi all, Im working in javascript, I want to use Ajax in javcascript, Can u tel me how to use ajax in javascript, whether i have to include any code as like to include *css or *.js file, what are...
2
by: ahmurad | last post by:
Dear all, I am fresh php programmer. I've spent much time to solve a checkbox related null value submission problem in php platform. I want to submit 4 checkbox value. if I checked all the...
11
by: ToPostMustJoinGroup22 | last post by:
I'm coming from a .NET, VB, C background. C was good, and VB was better (with all of its libraries). Than .NET came along and all the libraries you can require are ready to go. I have no...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.