Extra line in script needed, when looked ad with Safari,or not?

hello to you all,
I'm new here and I know nothing about Safari... that's why I'm here.
Ok my questions:
I'm building web-site for a small company that has to work with all browsers. I have 5 browsers on my development machine but no safari.
When I use 2 forms in a document, 1 normal and 1 hidden both with a name and id, than it all works in IE, but for firefox, netscape and opera I have to put an extra line into my javascript. " infoForm = parent.document.infoForm " otherwise I get a error-message. How handles Safari these things... do I have to ad a line to my switch (using navigator appName) like "case "Safari"; infoFrom = parent.document.infoForm: break;" or is safari behaving like IE and is it gone a work without this extra line, so I can put in the switch " case "Safari"; break; ". Is Safari identifying itself as Safari or differed?
I hope one you can help me.
thanks in advance.
regards,
Douwe

Hi,
    Just check what does the value &RKEY& is holding, whether is it displaying on output, and what what location, see that no blank lines before the DEFINE statement.
or just copy the whole statements from DEFINE upto Y7&RKEY&, to just above the item variables and see the output. Just comment the down lones and paste them above.
See below
/:DEFINE &CKEY& = &TVBDPL-MATNR&
/:PERFORM GET_KENSA IN PROGRAM ZJPV0167
/:USING &CKEY&
/:CHANGING &RKEY&
/:ENDPERFORM
Y7,,&IL_ITEM_DEL(3)&,,&TVBDPL-ARKTX&,,&QKEY&,,&MEHI&,,
=<A1>&TVBDPL-LFIMG(CT10.0)&,,&ITEM_BACKORDER(CT10.0)&,,    
Y7&RKEY&  "--> is this continuoes of above line? if so remove the Y7 and add =
Regards
Bala Krishna
Edited by: Bala Krishna on Aug 12, 2009 3:08 PM

Similar Messages

  • Dreamweaver text looks fine in Safari but not Firefox NEED HELP!!!

    Dreamweaver text looks fine in Safari but not Firefox, all my text goes out of alignment and the fonts look like different sizes. Please let me know your thoughts. Here is a link to the page I'm having problems with. http://www.alexandrasantibanez.com/bio.html

    I had the same problem for days what a waste of time trying
    to figure out code... the code was fine. I was running flash player
    7.0 Upgrade your flash plugin to 9.0 and it should work fine in
    Firefox and IE. It did for me.

  • Need to sync N95 with both Lotus Notes & Lotus Org...

    Currently I can only sync with one application only, is there a way to sync my calendar with more than one application?
    I need to sync N95 with both Lotus Notes & Lotus Organizer.

    To this writing there's no support yet fot lotus notes in PCSuites for it would entails to support also the Domino Mail server for synchronization like in Outlook/Exchange Server.
    The work around is not elegant one, export lotus notes db to outlook then synch it.
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • My MacBook air keeps freezing up when I'm on Safari or not, any help would be great

    My MacBook air keeps freezing up when I'm on Safari or not, any help would be greatly appreciated

    Hi Blane756,
    Thanks for using Apple Support Communities.  This article has steps for a different issue, a gray screen at startup, that I think would still be worth trying for your freezing issues:
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/kb/ts2570
    Cheers,
    - Ari

  • When I sync with my iPad2, not all playlists come from my computer to the ipad - why?

    When I sync with my iPad2, not all playlists come from my computer to the ipad - why?

    Try deleting the photo cache from your computer and then re-try the photo sync and see if they then copy over correctly - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314

  • TS3274 I am having problems with Safari  It keeps coming up with Safari could not open the page because the server stopped responding, when I click on Safari  How can I remedy this WiFi is OK.

    When I turn on my Ipad and click on Safari it says  Safari could not open the page because the server stopped responding.but I can get on internet with Google Chrome.   What is the problem and how can I repair it?

    Found the answer in the more like this panel and now working.  Thanks.
    But have 3 updates waiting in Apps but it is taking ages to update them and cannot get onto Apps by clicking Apps on the desktop.screen.

  • Some characters gain extra lines or are broken when printing to PDF

    I am having a problem with some characters rendering oddly when I print to PDF.
    Examples are an extra vertical line next to an upright character, and extra partial curve to the left of an opening parenthesis, or a slight cut-off of a curve in a character.  All of these seem to be in the vertical plane.  It is not consistently tied to particular character combinations - the same word may render correctly in one instance, but incorrectly in another.
    I am using Microsoft Word 2007, and printing to PDF via Adobe PDF Converter (CS4).  The font is Gill Sans MT Light, and the document is 230 pages.
    Can anyone seen anything similar before, or can someone suggest anything I can look into further?

    You may have to turn on "display large images" in the preferences.

  • Getting extra line after each record when opening a .txt file in excel

    Hi All,
    I have developed a program which downloads a file at application server.
    each record of file is 500 characters long & have CRLF at end.
    the file looks fine when opened in .txt format.
    however when i download it from application server to presentation server (using function "download to my computer"), & at presentation when i try to open it in excel format, it shows a blank line after every record.
    i don't want this blank line to appear if i download it & open it in excel.
    the file record is declared as char500 type.
    Please suggest how to deal with this.
    thanks in advance.
    Regards,
    Puja.

    Hi Puja,
    Check the file in the application server whether it has any gaps between the lines.
    Or else as you said if the file looks ok in .txt format, download the file in .txt and open the same file in excel (i.e. open with excel)
    Hope this sloves your problem.
    Regards,
    SB.

  • Line tool script needed

    Hi,
    In my job  word manuscript is coded as SL40mm for 40 mm rule, SL60mm for 60 mm rule it appears through out the page. Iam converting that one in underline option in Indesign with some spaces. In order to avoid the above step. I need a script with 40mm or 60mm etc.,  line tool which runover that mention area [SL40mm, SL60mm]. Please suggest me any idea. Is there any script for this.

    Hi rajesh2373,
    post your requirements snapshot to understand easily. and also post your js code what you have tried.
    thx,
    csm_phil

  • Javascript alert script needed when calculation does not equal 100

    I have created a fillable form and have a total box which I've set to calulate the sum of Field1, Field2, Field3 and Field4
    which works well.
    I would like to add a javascript alert if the total amount does not add to exactly 100 to stop the user submitting the form or moving to next question.
    Any help would be greatly appreciated
    Thank you

    Hi try67,
    I have implemented successfully the following:
    event.value = ''; // clear field
    // get the values of field 1 and 2 as string
    var sField1 = this.getField("field 1").value.toString();
    var sField2 = this.getField("field 2").value.toString();
    // adjust for a field being 100 and the other is null
    if (sField1 == 100 & sField2 == '') sField2 = "0";
    if (sField2 == 100 & sField1 == '') sField1 = "0";
    // do only if field 1 and 2 are not null
    if(sField1 != '' & sField2 != '') {
    event.value = Number(sField1) + Number(sField2);
    if (event.value != 100) app.alert("Fields 1 and 2 must sum to 100!", 1, 0);
    } // end not empty
    Just wondered if you can let me know what I need to add to stop the form being submitted(email submit button) if the amount is not 100?
    So the same alert appears ("Fields 1 and 2 must sum to 100!")
    Currently if the fields exceed or are below 100, then the alert message  ("Fields 1 and 2 must sum to 100!")
    appears once and you can still tab to next field, or click on next field or submit the pdf.
    I was hoping to add validation on submitto be similar to required fields where you are alerted if not filled in and cannot submit until you imputted the correct calculation sum up to 100?

  • Internet Explorer Script Error when running report with user-entered params

    We are using Crystal Reports Version 11.0.0.1282.  We have multiple copies each installed on a separate computer.  We have a relatively simple report with a prompt for 2 values (parameters) to be selected or input by the users.  The desktop is either Windows XP SP3 or Windows Server 2003 SP2  On all the XP/SP3 computers, this report works as expected.  On the exception computer, the Windows Server2003 Desktop, we see the prompting screen with place holders for graphics instead of the buttons.  When we attempt to select a value for the parameter by keying in the value and clicking on the OK link (no button), we see message box titled "Internet Explorer Script Error" with text: An error has occurred in the script on this page.
    Line: xxx (varies depending on param chosen)
    char 1
    error: Object expected
    url: file:///c:/doc...../temp/1/prompting1.html
    ===============================
    Searhing around the forum and using Google, I found a suggestion to be copying the "prompting" folder and dll from a known working system - tried this, it didn't work.
    So. I still need a solution. Any other suggestions??
    Edited by: Grant Ellsworth on Mar 16, 2009 10:29 PM

    >> I do not think it is because of the parameters you are entering/using, try without using the
    >> parameters (just for testing), if you still get the error then its not the parameters which is causing
    >> the problem.
    If I create the report without asking for user-entered params, it works.
    >> Can you please specify the browser and the tool to display the report you are using? Generally the
    >> error popps up when there are any mistakes in html or if you are using a javascript which has a error.
    The active browser on the computer is IE7 - 7.0.5730.13
    I am using the installed crystal reports 11 program to run the report.  I open the report in CR by going to File/Open and selecting the report. Then I get prompted for my ms sql login info, which I enter.  Then I see the "Enter Values" window with my data entry fields; but I don't see the nice formatting and buttons which I see when I run this from the other computers; I see only the placeholders.  I select or enter data and click on the "OK" link.  Then the message box pops up.  The message box pops up when I click on any of the links or on the "x" in the upper right.  Mesage box is explicit - Intenet Explorer Script Error, etc., as I described in my original post.
    Thanks
    Azhar

  • No Line Item on simulation when clearing vendor with F-32

    Hello all,
    I have a problem where there are no line items coming when I'm trying to simulate a document, thats selecting the 2 open items in the vendor and clearing them against each other.
    While posting, the balance comes to 0 but when I try to simulate, it doesnt give any line item and the document is blank.
    Can any one help me on this?
    Thanks a lot,
    Regards,
    Ankush

    Hi Ankush,
    I just want to add more information for you about clearing an open item;
    If you use "Account Clearing" transaction to clear items from several accounts. The followings condition will apply.
    The clearing document
    - Normally contains no line items. This is because often, postings are not required to clear items within an 
      account.
    - Does not appear in the line item display, neither with the cleared nor the open items.
    - The invoice and the credit memo are now cleared items and therefore have the same clearing document
       number.
    The clearing document contains items if;
    - The items to be cleared belong to different business areas. The system then has to carry out offsetting
      postings to bring the balance to zero for each business area. This is done using the transaction "Transfer
      Posting with Clearing".
    - An invoice is cleared with a credit memo minus cash discount. The clearing document then contains the
      cash discount posting.
    Assign point please.

  • What additional software requirements are needed when using Captivate with RoboHelp?

    Hello,
    I use RoboHelp HTML 6 & 8 for developing online manuals for our government business.  We are currently exploring eLearning options for our training needs, and I am considering the idea of implementing Captivate features (PP slides, simulations, animations) directly into the manuals. We would not need the collaborative/review aspects of Captivate, so I believe we wouldn't need to purchase Adobe Air additionally. However, would anyone be willing to give me the lowdown on what additional software either I would need as a developer, or end-users would need (Adobe Flash, I assume) if we decided on Captivate? Would we need addtional software (Connect Pro/ LMS) to publish the Captivate content?
    I have conducted an extensive online search and explored the forum threads with some success, but there is a lot of convoluted information out there!
    Thanks in advance for your help!!

    Hi there
    Speaking as one who regularly combines Captivate and RoboHelp...
    Unless you really want some functionality that Captivate alone simply does not provide, you really shouldn't need any additional software whatsoever. You record the eLearning bits in Captivate, then you use that content in your RoboHelp projects.
    Are you seeking to host things in a Learning Management System (LMS)? If so, you probably should abandon the thought of RoboHelp, as it serves a bit of the functionality the LMS would provide.
    Note that AIR is a functionality similar to the Flash Player or the PDF Reader. It is free for the taking by the end user. There is nothing one would need to purchase. Now if you want to *AUTHOR* something in AIR, that's a different story. RoboHelp HTML version 8 will produce an AIRHelp output. But it sounds to me that you may be somewhat unfamiliar with what AIR gives you. So here's the skinny.
    If you were to produce AIRHelp output from RoboHelp, you end up with a .AIR file that each of your end users must *INSTALL* just as they would have to install an application. That's just to view the help. Prior to installing your AIR output, they would also need to first *INSTALL* the AIR viewer. So if they had no AIR capability whatsoever, they would need to perform two different installs. One of the AIR runtime, and a second of your AIR output. Additionally, creating the AIR output will also require a digital certificate. Now RoboHelp will allow you to create one, but it's an untrusted certificate and the end user will be forced to acknowledge whether they wish to continue installing with an untrusted certificate.
    Anyhoo, hopefully that helps you with at least some of what you were looking for.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Lines in the file when I scan with the ADF in the Image Class MF4770

    Hi.
    I am the owner of a Mulifunction Printer Canon MF4770 Image class.
    When I scan a document using the ADF, I get two lines along all the page digitalized.
    Is there any way to clean the ADF scaner?
    why do i get this line in the file ?
    I attached an example in order to you can see what I'm  trying to explain.
    Regards

    [topic moved to Reader Touch subforum]

  • Adobepdf.dll needed when installing CS3 with Windows 7.

    I have tried some of the tips given on the Adobe site to install the Adobepdf.dll file located on the CD, but installation still fails.

    Several folks have been successful with AA 8 one Win7 32-bit, and a few have reported success with 64-bit version. I have not heard of anyone using CS3, but if you can install it you may on your way. If Acrobat 8 installed, your first step is to do the updates, particularly if a 64-bit system. Indeed, AA 8 is not certified for use on Win7 and may fail in some aspects, but as I indicated, several folks have indicated success.

Maybe you are looking for