Asp code does not render for first record in looped recordset

I have posted this question on a javascript forum as it
contains javascript code however it was believed to be an asp
issue.
The following head section javascript code contains the
function showBigImage( isource,bigImage,header ) function call of
discussion:
var currentImage;
function showBigImage( isource,bigImage,header ) {
var theImage = document.getElementById( 'largeimage' );
theImage.src = isource;
currentImage = bigImage;
document.getElementById( 'photoHeader' ).innerHTML=header;
document.getElementById( 'largeimage' ).alt=header;
The following rendered looped recordset code illustrates how
the "header" parameter of this showBigImage(
isource,bigImage,header ) function call does not render ONLY FOR
THE FIRST RECORD OF THE RECORDSET as it is blank:
<a href= "javascript:;" > <td height=36
valign="middle" class="small_img" onmouseover="showBigImage(
'imagescript.asp?path=images/portable_stage.jpg&width=250','images/portable_stage.jpg',''
)"> <img
src="imagescript.asp?path=images/portable_stage.jpg&width=36"
border="0" alt="" /> </td> </a>
<a href= "javascript:;" > <td height=36
valign="middle" class="small_img" onmouseover="showBigImage(
'imagescript.asp?path=images/seated_riserset.jpg&width=250','images/seated_riserset.jpg', 'Portable
stage configuration using 9 units of the 3 ft x 8 ft platforms in 3
different heights' )"> <img
src="imagescript.asp?path=images/seated_riserset.jpg&width=36"
border="0" alt="" /> </td> </a>
<a href= "javascript:;" > <td height=36
valign="middle" class="small_img" onmouseover="showBigImage(
'imagescript.asp?path=images/Stageset.jpg&width=250','images/Stageset.jpg','Portable
stage configuration using 16 units of the 4 ft x 8 ft platforms'
)"> <img
src="imagescript.asp?path=images/Stageset.jpg&width=36"
border="0" alt="" /> </td> </a>
<a href= "javascript:;" > <td height=36
valign="middle" class="small_img" onmouseover="showBigImage(
'imagescript.asp?path=images/Runset.jpg&width=250','images/Runset.jpg','Portable
stage runset configuration' )"> <img
src="imagescript.asp?path=images/Runset.jpg&width=36"
border="0" alt="" /> </td> </a>
Because of this problem, the caption text does not display
for this first image record once the thumbnail images are moused
over. You can view this page example at
http://www.canchair.com/new_web_product_detail.asp?ProductID=198&ProductFamily=1&ProductFa milySub=10

Please help with this issue!!!

Similar Messages

  • Msg FF 718 Tax code & does not exist for jurisdiction code

    Hi,
    I am trying post a goods issue for a Return Delivery PO.
    After entry the data, I made the consistency check and then the system show me the related message: Msg FF 718 Tax code & does not exist for jurisdiction code.
    I checked the configuration about Tax on Sales/Purchases, but I did not see nothing wrong.
    Anybody knows how about this message?
    Thanks in advance.

    Hi Demetrio,
    Please refer the below mentioned OSS notes:
    Note 675382 - ME31K No check on tax jurisdiction code in contract
    Note 765309 - Check combination MWSKZ/TXJCD incorrect
    Hope this helps,
    Please assign points as way to say thanks

  • Tax code does not exist for jurisdiction code sap

    Dear All,
    I have gone through all these links and many more
    Tax code does not exist for jurisdiction code
    Tax code not maintained for Juridiction code
    Tax code O1 does not exist for jurisdiction code CNT5K2L60
    Tax code EA does not exist for jurisdiction code QC000000
    This has ben discussed many times. I have searched the forums as well. But still I am not able to solve this.
    If i use the tax code V0 the system is accepting. But if i create any other tax code in tax jurisdiction IN00 and TAXINJ
    it gives the error.I tried OBCL also as told by experts.But still I am not able to solve. Kindly help.
    Requesting the moderators not to lock the thread just because it has been discussed. I will close the thread once i solve the issue. My last thread was locked even though it was not asnwered.

    scm.sd wrote:
    Dear All,
    >
    > I have gone through all these links and many more
    > Tax code does not exist for jurisdiction code
    > Tax code not maintained for Juridiction code
    > Tax code O1 does not exist for jurisdiction code CNT5K2L60
    > Tax code EA does not exist for jurisdiction code QC000000
    >
    > This has ben discussed many times. I have searched the forums as well. But still I am not able to solve this.
    > If i use the tax code V0 the system is accepting. But if i create any other tax code in tax jurisdiction IN00 and TAXINJ
    > it gives the error.I tried OBCL also as told by experts.But still I am not able to solve. Kindly help.
    >
    > Requesting the moderators not to lock the thread just because it has been discussed. I will close the thread once i solve the issue. My last thread was locked even though it was not asnwered.
    HI,
    can you tell me which tax code and condtion type  you are using.
    why you are using tax jurisdiction in your tax procedure
    thanking you.
    Edited by: R.Rasumalla on Oct 13, 2011 3:56 PM

  • Tax code does not exist for jurisdiction code  in creating purchase order

    Hello Experts,
    After doing a technical upgrade from 4.6 C to ECC EHP 4 , while creating a PO , we are facing an error that
    "Tax code A0  does not exist for jurisdiction code  4318702801".  for one plant  .
    But in 4.6C, there is no problem with the field jurisdiction code in Invoice tab at the PO item level data. it allowed to create PO even with out entering jurisdiction code .
    we have  assigned jurisdiction code to   the particular plant  through config settings in T code OX10.And also we have verified the G/L account properties for the material used in creaton of PO. it will allow all tax codes.
    But still we are facing the same error.
    Please suggest where to establish linkgae betweeen Tax code and jurisdiction code at  customize / config level.
    it is very high priority issue . please suggest
    regards,
    Tulasi

    Hi,
    As  tax jurisdiction code is assigned to your plant on OX10 t.code and cross check  Tax code  declared as input tax & assigned to company code in t.code: OBCL with tjurisdiction code.
    Now double cross check Tax code created (FTXP)for your country with jurisdiction code.
    Also check table A003 for entry of tax code and company code.
    Regards,
    Biju K

  • Second tween does not wait for first to finish

    Having a little problem here and as far as I can tell it is
    just that the second tween starts before waiting for the first to
    finish. Basically on a click event it should slide out a scroll
    pane to the bottom of the screen, change the contentpath of the
    scroll pane, then slide it back up.
    with the code below it just slides up the new movie clip but
    does not slide out the old one, if i remove the code for the new
    clip to slide up the old one does do the slide out how I want it to
    look.
    how can I make a pause in between the two to wait.
    on (press) {
    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    _root.mask._x = 54;
    _root.mask._y = 109.3;
    _root.scroll_pane.setMask(_root.mask);
    switch (_root.loaded_clip)
    case 2: var Slide_out:Tween = new Tween(_root.scroll_pane,
    "_y", Bounce.easeOut, _root.scroll_pane._y, 900, 3, true); break;
    _root.scroll_pane.contentPath = "Search_mc";
    var Slide_up:Tween = new Tween(_root.scroll_pane, "_y",
    Bounce.easeOut, 900, 109, 3, true);
    _root.loaded_clip = 1;
    }

    Its still not working with that code but I think I can muck
    around with it and figure it out, the slide out works on the old
    clip now but then the new one never shows up.
    The onMotionFinished was basically what I was looking for,
    think I can eventually figure it out from here, thanks for the
    info.

  • HT201209 redemption code does not work for mountain lion

    app store says code is is not recognized

    http://helpx.adobe.com/x-productkb/policy-pricing/serial-number-retrieval-process-faq.html
    If that does not work, call Adobe Customer Service.

  • Data Re-Import does not work for some records stating there are duplicates

    This is CRM 2011 Rollup 6
    The same as this link.
    https://social.microsoft.com/Forums/en-US/2a792269-0094-4673-9760-5178e16299d3/cant-import-xml-for-update-operation-because-a-record-was-not-created-or-updates-because-a?forum=crm
    Thousands work, hundreds do not with the failure code "A record was not created or updated because a duplicate of the current record already exists.
    Is this a data integrity issue in CRM and the same GUID is in use?
    I do get a partially imported record for the import, but the data is not updated.

    I am trying to update my Account records by exporting them and re-importing. I have been successful with re-importing many thousands of records but there are some which are refusing to be updated. The error I get is "a record was not created or updates
    because a duplicate of the current record already exists".
    This doesn't make sense to me because I'm selecting the option to prepare the data for re-import: "Make this data available for re-importing by including required column headings."
    I can't find anything special about these records nor did I find anything special about the records that
    were successfully imported.
    Thanks.

  • PBS - zip code does not work for activation

    Hi.
    I am trying to activate PBS, but when I have to choose a zip code / state I always end up with the same result whatever choice I am  making:
    "There are no stations available for your selected zip code."
    Does anyone know the trick to get through it?
    Thanks
    Pete

    I have installed the Java 2 SDK Standard Edition
    v1.3.1_01. I have set the path in the
    autoexec.bat file.What have you set the CLASSPATH to? It should be ".;%JAVA_HOME%\jre\lib\rt.jar". It looks like the CLASSPATH is wrong, so java can't see the class in the current directory. :-/
    Bhav

  • HT5017 does not work for first login screen after boot

    I did not move the home folder to /var because I am not sure it will be backed up by time machine, but in any case, the first log-in screen keeps showing all accounts.  10.8

    I updated to 3.6.4 and when I went to NetFlix to watch the next show of a series, it said
    something like
    Installation complete, restart your browser.
    I restarted browser, same problem. Restarted comp. Same problem.
    I updated Adobe Flash 10.1, still same problem.
    But able to watch some vids on other sites, but full screen gave me the big blank white screen with audio only, had to click around in the dark ( so to speak) to find the minimize button.
    I did a System Restore to before the Firefox and Adobe updates.
    I then did not update Firefox as recommended and went to NetFlix and wellah, i can view the movies again.
    And Full Screen is fine.
    I then experimented and updated Firefox only, went to NetFlix and got same msg with no viewable shows.
    So did a System Restore once more.
    Staying at 3.6.3 for a while longer until I know I can watch my movies.
    I don't own a TV, so this is my only form of an occasional escape.
    I do hope this is figured out soon.
    With what I have done, it seems to be Firefox, Not Flash.
    Good Luck to us all.

  • Tax Code Does Not exist for Jurisdiction Code

    Even though the Tax Code exist for the Jurisdiction Code, while making the invoice through MRHR, I am getting the errror Tax Code doesnot exist for Jurisdiction Code. What can b the possible reasons for the same?

    Hi Rahul,
    In OBYZ
    Click on Access sequence: JTAX
    and create step 03 for tax classificaiton
    Best Regards
    Ashish Jain

  • Re: Tax code does not exist for jurisdiction code

    Hi Ramanjaneyulu,
    This is Sunil, and I am facing an error message as below -
    "Error in external tax system: Line: 1 - For Input String "MI0000000".
    How do we fix this error message ? and why such an error occurs while processing a MIRO entry with reference to the Scheduling Agreement.

    Hi Rahul,
    In OBYZ
    Click on Access sequence: JTAX
    and create step 03 for tax classificaiton
    Best Regards
    Ashish Jain

  • Tax code O1 does not exist for jurisdiction code CNT5K2L60

    Hi experts,
    When I tried to create billing, i got this error msg:
    Tax code O1 does not exist for jurisdiction code CNT5K2L60
    Tax code O1 should be taxable.
    I know nothing about tax config in SAP so please tell me what to do and the correct t-code for this? Thanks!

    Hello,
    Kindly follow the following link, you will get some hint to tax config required  for your error:
    Tax code does not exist for jurisdiction code
    Tax code EA does not exist for jurisdiction code QC000000
    Or check following SAP Notes
    327431 - FF718: Tax code and jurisdiction code.
    887899 - TAX. "Tax code xx does not exist for jurisdiction code"
    418582 - Transport of tax codes with tax jurisdiction codes
    Thanks & Regards
    JP

  • My i phone 4s will let me download free apps but when i try to buy an app it asks for my billing imformation and tells me that the. Imformation i typed in does not mach my bank records. Ive also tried using my wifes. Any ideas

    When i try to buy an app from the app store it ask for my billing imformation and when i type everything in it tells me the imformation does not match my bank records. Ive also tried using my wifes card to buy apps and it says the same thing. Any ideas?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    Are you putting in the address where the bank sends the monthly statement?
    Apple's servers are very picky about the format of the address. If you live in the USA, then the server is expecting the style that the US Postal Service uses. One way to do this is to use the USPS ZIP Code lookup service;
    https://tools.usps.com/go/ZipLookupAction!input.action
    Enter the address to look up the ZIP code and then copy the exact USPS output into your iTunes account information.

  • Ok... i am trying to sign into my apple account in the itunes store on my ipod and i have all the correct data for my credit card and it says " your payment information does not match your banks records. try again or nenter a new payment method. " help me

    ok... i am trying to sign into my apple account in the itunes store on my ipod and i have all the correct data for my credit card and it says " your payment information does not match your banks records. try again or nenter a new payment method. " what does this mean and how can i fix it??

    - See:
    ]iTunes Store: My credit card's security code or zip code does not match my bank's records
    - If still problem contact iTunes by:
    Contact iTunes

  • PO/ Invoice created for supplier does not exist for particular company code

    Hi Gurus,
    We have a case where PO created w.r.t supplier X does not exist for any company code A. Also Invoice is generated.
    As per my analysis:
    1. Purchasing organization is assigned to the particular plant and Plant does assigned to company code. This purchasing organization does not assigned to any company code and kind of centrally allowed to any company code based on above link.
    2. Supplier X does exist for the purchasing organization. And in Partner function-For PI (Invoice presented) partner function, it is defined for another supplier Y. This Y supplier does exist for company code A and might be the reason, it is allowing creating PO and Invoice.
    Please correct me, if I am wrong or If there will be any other reason for the same. Just for your information, there is no Info record exist for this PO as it is created for service without any material number.
    Thanks for your response.
    Best regards,
    Karun Kumar

    You can create vendor only with reference to purchase organization and withoout company code.
    for this vendor, you can create PO and MIGO and system will allow but when you try to post the invoice system will prompt you to enter different invoice party. if you dont enter different invoice party, system will throw an error message "vendor is not defined in XXXX.
    So in your case, your analysis is correct.

Maybe you are looking for

  • Oracle  Standard Manager Max No.Of Requests in Running Status

    Hi, We have a Batch Process program to Kick the Concurrent Programs from the Back-End. Based on the data, there are some programs which kicks more than once. Our issue is while kicking the programs, it kicks the same program multiple times at a time

  • Word wrap with JTextPane

    Ok, at the risk of sounding stupid: How do you turn off the word wrap on a JTextPane. Thanks in advance, Ed

  • Reports going in queue.

    hi all, In my production server , reports are going in the queue.previously server had the problem (rep-501 unable to connect to specified database).i raised the oracle tar, they suggest me either decrease the EngLife value from 50 to 1 or apply the

  • My itunes is not working correctly. can i delete and reinstall without losing my music

    My itunes is not working correctly. can i delete and reinstall without losing   music?

  • Problems burning playlists?

    Oh, boy...what doo-doo. When I want to burn a playlist, it burns some or most (depending on how it "feels") and then spits out the disk as unfinished (having 2 unfinished DVD DL discs and one single layer DVD disc as proof). Between this and the loss