Search:

Type: Posts; User: Franky

Page 1 of 13 1 2 3 4

Search: Search took 0.47 seconds.

  1. Re: Open with javascript a new link in the same window

    It is really strange!

    This here works:



    function funSubmitToBuchung()
    {
    document.location.href='buchung.php';
    alert("wait");
  2. Re: How to open an link in Javascript in the same Window

    Hi Mendhak,

    It works if I use after this line alert.

    If I use nothing then the poage goes back tot he original old page.

    does not work:


    function funSubmitToBuchung()
  3. Re: Open with javascript a new link in the same window

    You see there any way how I can open a window in a javascript function in the same window???

    I checked everywhere in the internet and everything that I tried failed. Is it then possible or not?
    ...
  4. Re: Open with javascript a new link in the same window

    Hi Nightwalker83,


    Yes, I want to open the page in the same window. I need to pass some parameters too.
  5. Re: Open with javascript a new link in the same window

    Hi,

    Thank you that you still stay with me for this problem:

    I tried the code from my other threath

    Here is my Code:

    <input type="submit" value="Click to go to the page: Contacts"...
  6. Re: Open with javascript a new link in the same window

    Thank you for helping,

    but it still ddoes not work. Here is the Code:

    I have a Form and in this Form I have an Submit-button. I want to CHANGE the webpage to the new page.

    function...
  7. Re: Open with javascript a new link in the same window

    Thanks for the idea, unfortunately is this .replace not what I am looking for.

    I leave the current page but come direct back to the former page.

    Is there in javascript not a command like <a...
  8. Open with javascript a new link in the same window

    Hi,

    I am new to Javascript!

    How can I open in the same window a new link and use for this javascript?
    I tried the following code, but it does not work. Can somebody help me please?

    Here is...
  9. How to open an link in Javascript in the same Window

    Hi,

    I tried to find a answer how to open an link in the current win dow.

    I found only:

    if (window.focus) {newwindow.focus()}


    But this opens in another window. I want to open this link...
  10. Re: load pictures in webpage, depening on parameters from the source page.

    Hi Mendhak,

    Ok, I try to explain exactly:

    I am now able to load a picture in a new frame without any buttons or other code. I learned from vbNeo a lot.

    I want to open a new webpage by...
  11. Re: load pictures in webpage, depening on parameters from the source page.

    Hi vbNeo,

    your code is great and works. I am still to new in JS that I know how to open this now in a new page instead of the original page. Can you tell me this please?

    I asked in another...
  12. Re: load pictures in webpage, depening on parameters from the source page.

    Hi vbNeo,

    i am very happy that you help me so much. But I still get no picture on my monitor. Is it possible for you to write a small example as html and post it here? Then I will find for sure a...
  13. Re: load pictures in webpage, depening on parameters from the source page.

    Hi vbNeo,

    I am happy that you try to help me so much. Thanks!

    Is there any way how to tell the

    scr="example.jpg"

    the way like this? :
  14. Re: load pictures in webpage, depening on parameters from the source page.

    Any other idea? It does not work ...

    nice greetings
    Frank
  15. Re: load pictures in webpage, depening on parameters from the source page.

    I found a other script that is more usefull for me.

    It read the parameter.
    But there i still the question how I can load the picture.

    Here is how far I got:


    <html>
  16. Re: Bilder in Webseite anzeigen, abhängig von Parameterübergabe

    No no, I don't mistake JSP for JS or J.
    I did write nothing about JSP, hehe

    I will ty this tomorrow. After I saw the idea and the code I think that I write maybe a shorter Code for it. I think...
  17. Re: Bilder in Webseite anzeigen, abhängig von Parameterübergabe

    Oops,

    I am so many times in german Forums that I forgot it, hehe ...

    Ok, lets try it again:

    I checked already the whole WWW and did not find the correct answer.
    I want to open a linked...
  18. load pictures in webpage, depening on parameters from the source page.

    --- Please scroll down for the english question


    Hi,

    nachdem ich überall gesucht habe und keine befriedigende Antwort gefunden habe schreibe ich mal hier.

    Ich habe eine Webseite in welcher...
  19. Replies
    6
    Views
    904

    Re: Formating textfield WHILE typing possble?

    I will wait to get this script from you, RobDog888

    I like nasty sick scripts, lol

    nice greetings
    Frank
  20. Replies
    6
    Views
    904

    Formating textfield WHILE typing possble?

    Hi,

    Is there way that the Person who types the text in an Webpage-Form is forced to type it in a correct way.

    Example:

    I want the structure to be "### ### ##", example: "700 100 80"

    Until...
  21. Re: How to include in an Printing Text Bold or Italic?

    The problem is that I want to justify the text and calculate before the length of the text.
    That means I need to send all text at once to my Print function to know the length of the text.
  22. How to include in an Printing Text Bold or Italic?

    Hi,

    I want to print with ...

    Printer.Print "This is a Text and this part have to be bold and this part italic"

    ... and the Result should be ...

    This is a Text and this part have to be...
  23. Re: Convert MDF files to Excel or Access without having SQL-Server installed?

    Hi,

    thanks for your fast answer. I installed now the SQL Express Server.

    How I get now to this data. They are from an friend and I have no informations about the data. I think they are not...
  24. Convert MDF files to Excel or Access without having SQL-Server installed?

    Hi,

    I got some *.LDF and *.MDF Files but I have no SQL-Server installed. I would like to convert the data in this files to Access or Excel or Text without installing MySQl or SQL-Server? I...
  25. Running 2 JScript Aps at the same time does not work. Why?

    Hello everybody.

    I created a webpage in which the menu is written in JavaScript and the Autorepeating Banner is in JavaScript too.

    If I activate the Banner on the bottom of the page then I...
  26. Javascript interferes with other Javascript

    Hi everybody,

    I use in a ASP-Page a Menu which is written in Javascript.

    Then I use on the bottom of the Page a slow slding bar in which a lot of images are getting shown. My problem is that...
  27. Re: Frontpage: export value from htm to Formfields

    I have an webpage. On this page I have an hyperlinktext. I use Frontpage 2000 and I write for example "Press here to go to the next page". If the customer press then the hyperlink, this hyperlink get...
  28. Re: Frontpage: export value from htm to Formfields

    Hi penagate,

    thanks for the fast answer. I dont use php and anything. I just use until now Frontpage, no asp, no php and not anything else. Is there a chance to transfer in html any values?
  29. Frontpage: export value from htm to Formfields

    Frontpage 2000

    Hi everybody,

    I got a normal html hyperlink on a webpage and with the click on this hyperlink I open a new (_blank) webpage in which I have a form field.

    I need to transfer...
  30. Re: How to get in VB6 the username when a user logon to an network?

    Thanks, that was it exactly what I needed. I forgot it. Alzheimer ......
  31. How to get in VB6 the username when a user logon to an network?

    Hi,

    I was looking around and did not find anything how I can read the username when he start his computer and get logged on to an Windows Network. I need this name to login to an program.

    Any...
  32. Replies
    11
    Views
    846

    Re: VB6 + ADO + SQL-Server ... some problems

    Hi everybody,

    I use now the pessimisticLock, ClientSideCursor (otherwise I can not use bookmarks) and it works well. It was less work to change the system.

    A very big help was your help here....
  33. Re: Connect adodb; search queries; janusgridex; will pay for help!

    Hi,

    in case you use MS Access then I tell you: DON'T !!! .... if more then 1 users are in the program. We had here access running for a long time and it got slower and slower. We have now around...
  34. Replies
    11
    Views
    846

    Re: VB6 + ADO + SQL-Server ... some problems

    Hi Dee U,

    the other error is gone. The table was not initialised.

    I get a error message now with .Requery I used some lines before .Update

    Why? It say that the object is closed.
  35. Replies
    11
    Views
    846

    Re: VB6 + ADO + SQL-Server ... some problems

    First at all Thanks to bruce, Dennis and the others for the replies. Bruce was right, it works now ... BUT

    not perfect.

    I have always a error message Runtime error 91 because of this:

    I...
  36. Replies
    11
    Views
    846

    Re: VB6 + ADO + SQL-Server ... some problems

    This is the connection code:

    strDataSource = "dsn=WinSchaden;UID=as-a-meier;PWD=pwtest"


    Set SQL_DB = New ADODB.Connection

    With SQL_DB
    .ConnectionString = strDataSource
    ...
  37. Replies
    11
    Views
    846

    VB6 + ADO + SQL-Server ... some problems

    Hi,

    I can connect correct to the SQL-Server. I imported all data correct. I can read the data, BUT if I want to safe data (rsRecordset.Update) I get error message 3251. It say that my provider...
  38. Replies
    21
    Views
    864

    Re: PLEASE HELP!!! How can I connect CORRECT to SQL

    I found the problem. Our system operator did not connect me to the DB. So I could connect but couldnt read the tables. This problem is now gone.

    But it seems that the next problem is much bigger....
  39. Replies
    21
    Views
    864

    Re: PLEASE HELP!!! How can I connect CORRECT to SQL

    This is the connectionstring:
    dsn=WinCustomer;UID=as-a-bumerang;PWD=alfalf

    But it is strange because it can read the fields. It knows how many fields are in the table. That means that the...
  40. Replies
    21
    Views
    864

    Re: Questions about SQL, ODBC, OleDB, SqlClient

    Hi,

    I checked your code and checked my code. We get the same result.

    adoRecordset.Fields.Count get both times an result.

    adoRecordset.RecordCount get both times 0

    What is the problem...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width