Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6701945
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:59:40+00:00 2026-05-26T06:59:40+00:00

I am looking for ideas I don’t know where to start with this one.

  • 0

I am looking for ideas I don’t know where to start with this one.

When I click a button in both FF and Chrome my page does a postback and obeys the if(!ispostback), but immediately after, it does another but this time it’s like a full page reload and it runs the contents of my if(!ispostback)

My webpage has 6 panels that are acting kind of like a wizard, every time you click next one panel is made invisible, and one visible.(The reason it is done this way is because I need to validate al the info in one go, but cannot show it all at once as there is a lot of it!)

The first panel contains a google map that is set up on the window.onload as so: (although this may be completely irrelevant to the problem)

 window.onload = function () {
    initialize();
}
var map;
function initialize() {
    var latlng;
    if ('<%=Latlng %>' != '' ) {
        latlng = new google.maps.LatLng(<%=Latlng %>);
    }       
    else {
        latlng = new google.maps.LatLng(54.290882, -4.833984);
    }
    var myOptions = {
        zoom: 4,
        center: latlng,
        mapTypeId: google.maps.MapTypeId.ROADMAP
    };
    var mapCanvas=document.getElementById("map_canvas");
    if(mapCanvas !=null){ 
    map = new google.maps.Map(mapCanvas, myOptions);

  if ('<%=Latlng %>' != '') {     
    var marker = new google.maps.Marker({
            map: map,
            position: latlng
        });
        map.setZoom(12);}
        else if(document.getElementById('<%=txtPostCode.ClientID %>').value != '')
    {
    SetMap(document.getElementById('<%=txtPostCode.ClientID %>'));
    }  
    }
}

The rest are just textboxes and repeater.

The only thing I have read that may cause the problem is empty “src” attributes on img controls. So I have tried deleting all my img controls and it makes no difference.

I have alot of info in this page so cannot paste it all, but short of going through everything and removing bits one by one to find the offending object, does anyone have any ideas where to start?

It doesn’t do it in IE!?

Bex

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:59:41+00:00Added an answer on May 26, 2026 at 6:59 am

    I’d guess the “empty src attribute” phenomenon is at the root of your problem, though. For some categories of empty attributes, FF will gleefully interpret these as references to the current URL itself and trigger a second GET of your page, in an attempt to use the returned data as some kind of content. This would be the non-PostBack run through the page lifecycle you’re seeing there. Network profiling tools should also show that additional request.

    You could try going through the rendered HTML (i.e., look at the page source in your browser) and search for "" attributes that might cause that behavior.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for some pointers here as I don't quite know where to start
I'm looking for a 3D modeling/animation software. Honestly, I don't know if this is
I'm looking for ideas on how to draw a skinnable button in a game
Just looking for some opinions/ideas on how best to do this. I'm building an
I don't know if this is possible but I want to do a few
I'm looking for dynamically growing vectors in Python, since I don't know their length
Looking for ideas on how to detect when our Windows application is running in
Im looking for ideas on how to effectively notify users that their input into
I'm looking for ideas and opinions here, not a real answer, I guess... Back
I'm looking for ideas for a heap-manager to handle a very specific situation: Lots

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.