Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zekmek

  1. zekmek

    print a page with no confirmation popup

    hello, i'm new to activex but i'm working on a project in which i need to print a page without any confirmation popup... i went on a lot of javascript forums in which everybody seem to say that it must be possible but only with activeX... anybody knows how ? thanks :-)
  2. zekmek

    need help on a query

    Hello everybody, Here is my problem: I've got 2 tables : BO_BOOKING and BO_WORKFLOW. desc BO_BOOKING =>>> BOOKING_ID (VARCHAR) primary key desc BO_WORKFLOW =>>> WORKFLOW_ID (VARCHAR) primary key BOOKING_ID (VARCHAR) foreign key WORKFLOW_DATE (DATE) These two...
  3. zekmek

    need help on a query

    Hello everybody, Here is my problem: I've got 2 tables : BO_BOOKING and BO_WORKFLOW. desc BO_BOOKING =>>> BOOKING_ID (VARCHAR) primary key desc BO_WORKFLOW =>>> WORKFLOW_ID (VARCHAR) primary key BOOKING_ID (VARCHAR) foreign key WORKFLOW_DATE (DATE) These two...
  4. zekmek

    I need help for a query

    Hello everybody, Here is my problem: I've got 2 tables : BO_BOOKING and BO_WORKFLOW. desc BO_BOOKING =>>> BOOKING_ID (VARCHAR) primary key desc BO_WORKFLOW =>>> WORKFLOW_ID (VARCHAR) primary key BOOKING_ID (VARCHAR) foreign key WORKFLOW_DATE (DATE) These two tables...
  5. zekmek

    link on a flash image

    Hello, i'm trying to put a link in my code on a flash image. I thought that by putting <a href=&quot;&quot;>flash image</a> it will work but no. Here is my code: <object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot...
  6. zekmek

    get the id value from &lt;date id=&quot;20031105&quot; &gt;

    ok i've found out: <xsl:value-of select=&quot;flightfares/request/begin/date/month/@id&quot;/>
  7. zekmek

    get the id value from &lt;date id=&quot;20031105&quot; &gt;

    Hello everybody, In my xml sheet i have: <date id=&quot;20031105&quot; > <test> test </test> </date> i have to retrive the id value from the date tag in my xsl ... anybody knows how ? thanks.
  8. zekmek

    size of a window

    thanks vbkris but screen.height gives me the height of the screen and not the window. i wanted the size of the window. thanks
  9. zekmek

    size of a window

    hello everybody, is it possible to get the size of a window (not screen) ? if yes, how ? cause i would like to get the size so that i can place my popup at the center of it... Thanx [:)]
  10. zekmek

    textarea field ...

    for(int i=0;i<packagePriceDetail.length()-3;i++) { //out.println(packagePriceDetail.substring(1,5))...
  11. zekmek

    textarea field ...

    Hi all, Here is my problem: i have a textarea in which i display a field from my database. in this field there are '<br>' characters. so i wanted the textarea to go to a new line when he finds a '<br>'. so i told him to each times he finds a '<br>', replace it by '\n' The problem now is the...
  12. zekmek

    textarea field ...

    Hi all, Here is my problem: i have a textarea in which i display a field from my database. in this field there are '<br>' characters. so i wanted the textarea to go to a new line when he finds a '<br>'. so i told him to each times he finds a '<br>', replace it by '\n' The problem now is the...
  13. zekmek

    &lt;xsl:if test=&quot;not( ...

    Hello everybody, I'm working on an wsl stylesheet in which i do a lot of tests: <xsl:template match=&quot;flights/flight&quot;> <xsl:if test=&quot;not(./segment/airline/@id='JR') and not(./segment/airline/@id='Z9') and not(./segment/airline/@id='QO') and not(./segment/airline/@id='R7') and...
  14. zekmek

    html -&gt; pdf

    hi everybody, i have found a way in java to generate a pdf file from an html file. i use itext ... i have created a function that takes html code and generates pdf file. the problem is that when i am on my jsp, how can i generate the html code to be given for the transformation ? thanks for...
  15. zekmek

    dll vb excel -&gt; c program

    hye everybody, i need to cross a (variant) type from excel visual basic to microsoft visual c. so i'm using a dll because i need to take a matrix from to my own code in C. i know i can do that with only a vector (single to float type) but how can i do with a tridimensionnal matrix ? i have...

Part and Inventory Search

Back
Top