The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

I need some code modifying Please ????

3 posters

Go down

Solved I need some code modifying Please ????

Post by netsniper October 30th 2009, 2:22 pm

I need the window below to open in a second window can anyone help? at the moment it open in the same window, in addition to that is it also possible to make the bit where it says QUEST BULGARIA into a link with this http://www.questbg.com/ and for this to have its own separate window that opens too? I know I am asking a lot but I do not know how to do this? Embarassed Embarassed Embarassed

Thank you Hello

Code:
<!-- XE.com Universal Currency Converter(tm) Input Page Starts -->
<!-- Copyright (c) 2005 XE.com. Unauthorized use prohibited. -->
<!-- Input Template Version 3.10 -->
<!-- You may reformat this page section, but do not delete lines or variables that start with an asterisk -->

<FORM METHOD=POST ACTION="http://www.xe.com/ucc/convert.cgi">

<P><TABLE WIDTH=100% CELLPADDING=1 CELLSPACING=0 BORDER=0  BGCOLOR=#000000><TR><TD ALIGN=CENTER>
<TABLE WIDTH=100% CELLPADDING=3 CELLSPACING=1 BORDER=0>

<TR VALIGN=TOP ALIGN=CENTER>
  <TD BGCOLOR=#FFF090><B>
    <FONT FACE="Arial,Helvetica">
    <FONT SIZE=+1>QUEST BULGARIA  -  xe.com&nbsp;</FONT>
    Universal Currency Converter<FONT SIZE=-1><SUP> &reg;</SUP></FONT>
    </FONT>
  </B></TD>
</TR>

<TR VALIGN=TOP ALIGN=LEFT>
  <TD VALIGN=MIDDLE ALIGN=CENTER BGCOLOR=#FFFFFF>
  <TABLE CELLSPACING=3 CELLPADDING=2 BORDER=0 WIDTH=100%><TR>
  <TD><FONT FACE="Arial,Helvetica">
    <!XERC-UCC1-P1.1-R1>
    <B>Convert this amount</B><BR>
  </FONT></TD>
  <TD><FONT FACE="Arial,Helvetica">
    <!XERC-UCC1-P1.3-R1>
    <B>of this type of currency</B><BR>
  </FONT></TD>
  <TD><FONT FACE="Arial,Helvetica">
    <!XERC-UCC1-P1.5-R1>
    <B>into this type of currency.</B><BR>
  </FONT></TD>
</TR>

<TR VALIGN=TOP ALIGN=LEFT>

  <TD><FONT FACE="Arial,Helvetica">
    <INPUT TYPE="text" NAME="Amount" VALUE="1" SIZE=10><BR>
    <!XERC-UCC1-P1.2-R2>
    <FONT SIZE=-1><B>enter any amount</B></FONT>
  </FONT></TD>

  <TD><FONT FACE="Arial,Helvetica" SIZE=-1>
    <SELECT NAME="From" SIZE=5>
      <OPTION VALUE="EUR" SELECTED>Euro EUR</OPTION>
      <OPTION VALUE="USD">United States Dollars USD</OPTION>
      <OPTION VALUE="GBP">United Kingdom Pounds GBP</OPTION>
      <OPTION VALUE="BGN">Bulgaria Leva BGN</OPTION>
    </SELECT><BR>
    <!XERC-UCC1-P1.4-R2>
    <FONT SIZE=-1><B>scroll down to see more currencies</B></FONT>
  </FONT></TD>

  <TD><FONT FACE="Arial,Helvetica" SIZE=-1>
    <SELECT NAME="To" SIZE=5>
      <OPTION VALUE="EUR" SELECTED>Euro EUR</OPTION>
      <OPTION VALUE="USD">United States Dollars USD</OPTION>
      <OPTION VALUE="GBP">United Kingdom Pounds GBP</OPTION>
      <OPTION VALUE="BGN">Bulgaria Leva BGN</OPTION>
    </SELECT><BR>
    <!XERC-UCC1-P1.6-R2>
    <FONT SIZE=-1><B>scroll down to see more currencies</B></FONT>
  </FONT></TD>

</TR>

<TR ALIGN=CENTER>
  <TD COLSPAN=3 ALIGN=CENTER><FONT FACE="Arial,Helvetica,sans-serif">
    <!XERC-UCC1-P3.2-R1>
    <INPUT VALUE="Click Here to Perform Currency Conversion" type=submit>
  </FONT></TD>
</TR>
</TD></TR></TABLE>

<TR ALIGN=CENTER>
  <TD BGCOLOR=#F0F0F0 ALIGN=CENTER><FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1 COLOR=#808080>
    <!-- Important Section Start -->
    <!-- ALL of the contents of this section are required under the usage agreement! -->
    <FONT COLOR=#808080><B>Universal Currency Converter</B> under license from <B>XE.com</B>. <A HREF="http://www.xe.com/legal/" style="color:#808080;">Terms of Use</A>
    <!-- Important Section Ends -->
  </FONT></TD>
</TR>

</TABLE>
</TD></TR></TABLE></P>

<!-- XE.com Universal Currency Converter(tm) Input Page Ends -->
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: I need some code modifying Please ????

Post by Sanket October 30th 2009, 9:52 pm

Did you add the code in some html page? I don't see where exactly you want the click.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: I need some code modifying Please ????

Post by RoNo October 30th 2009, 9:55 pm

Try this
Code:
<!-- XE.com Universal Currency Converter(tm) Input Page Starts -->
<!-- Copyright (c) 2005 XE.com. Unauthorized use prohibited. -->
<!-- Input Template Version 3.10 -->
<!-- You may reformat this page section, but do not delete lines or variables that start with an asterisk -->

<FORM METHOD=POST ACTION="http://www.xe.com/ucc/convert.cgi" target=_"blank">

<P><TABLE WIDTH=100% CELLPADDING=1 CELLSPACING=0 BORDER=0  BGCOLOR=#000000><TR><TD ALIGN=CENTER>
<TABLE WIDTH=100% CELLPADDING=3 CELLSPACING=1 BORDER=0>

<TR VALIGN=TOP ALIGN=CENTER>
  <TD BGCOLOR=#FFF090><B>
    <FONT FACE="Arial,Helvetica">
    <FONT SIZE=+1><a href="http://www.questbg.com/" target="_blank">QUEST BULGARIA</a> - xe.com Universal Currency Converter<FONT SIZE=-1><SUP> &reg;</SUP></FONT>
    </FONT>
  </B></TD>
</TR>

<TR VALIGN=TOP ALIGN=LEFT>
  <TD VALIGN=MIDDLE ALIGN=CENTER BGCOLOR=#FFFFFF>
  <TABLE CELLSPACING=3 CELLPADDING=2 BORDER=0 WIDTH=100%><TR>
  <TD><FONT FACE="Arial,Helvetica">
    <!XERC-UCC1-P1.1-R1>
    <B>Convert this amount</B><BR>
  </FONT></TD>
  <TD><FONT FACE="Arial,Helvetica">
    <!XERC-UCC1-P1.3-R1>
    <B>of this type of currency</B><BR>
  </FONT></TD>
  <TD><FONT FACE="Arial,Helvetica">
    <!XERC-UCC1-P1.5-R1>
    <B>into this type of currency.</B><BR>
  </FONT></TD>
</TR>

<TR VALIGN=TOP ALIGN=LEFT>

  <TD><FONT FACE="Arial,Helvetica">
    <INPUT TYPE="text" NAME="Amount" VALUE="1" SIZE=10><BR>
    <!XERC-UCC1-P1.2-R2>
    <FONT SIZE=-1><B>enter any amount</B></FONT>
  </FONT></TD>

  <TD><FONT FACE="Arial,Helvetica" SIZE=-1>
    <SELECT NAME="From" SIZE=5>
      <OPTION VALUE="EUR" SELECTED>Euro EUR</OPTION>
      <OPTION VALUE="USD">United States Dollars USD</OPTION>
      <OPTION VALUE="GBP">United Kingdom Pounds GBP</OPTION>
      <OPTION VALUE="BGN">Bulgaria Leva BGN</OPTION>
    </SELECT><BR>
    <!XERC-UCC1-P1.4-R2>
    <FONT SIZE=-1><B>scroll down to see more currencies</B></FONT>
  </FONT></TD>

  <TD><FONT FACE="Arial,Helvetica" SIZE=-1>
    <SELECT NAME="To" SIZE=5>
      <OPTION VALUE="EUR" SELECTED>Euro EUR</OPTION>
      <OPTION VALUE="USD">United States Dollars USD</OPTION>
      <OPTION VALUE="GBP">United Kingdom Pounds GBP</OPTION>
      <OPTION VALUE="BGN">Bulgaria Leva BGN</OPTION>
    </SELECT><BR>
    <!XERC-UCC1-P1.6-R2>
    <FONT SIZE=-1><B>scroll down to see more currencies</B></FONT>
  </FONT></TD>

</TR>

<TR ALIGN=CENTER>
  <TD COLSPAN=3 ALIGN=CENTER><FONT FACE="Arial,Helvetica,sans-serif">
    <!XERC-UCC1-P3.2-R1>
    <INPUT VALUE="Click Here to Perform Currency Conversion" type=submit>
  </FONT></TD>
</TR>
</TD></TR></TABLE>

<TR ALIGN=CENTER>
  <TD BGCOLOR=#F0F0F0 ALIGN=CENTER><FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1 COLOR=#808080>
    <!-- Important Section Start -->
    <!-- ALL of the contents of this section are required under the usage agreement! -->
    <FONT COLOR=#808080><B>Universal Currency Converter</B> under license from <B>XE.com</B>. <A HREF="http://www.xe.com/legal/" style="color:#808080;">Terms of Use</A>
    <!-- Important Section Ends -->
  </FONT></TD>
</TR>

</TABLE>
</TD></TR></TABLE></P>

<!-- XE.com Universal Currency Converter(tm) Input Page Ends -->
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: I need some code modifying Please ????

Post by netsniper October 30th 2009, 10:10 pm

Thank you Sanket once again you are a Megga star :wouhou: :wouhou: :wouhou:

Thank you Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: I need some code modifying Please ????

Post by Sanket October 30th 2009, 10:15 pm

By the way, it was RoNo who helped you Smile

Since this thread appears to be solved, I will lock this thread and mark it as solved.
I need some code modifying Please ???? 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum