Click here to Skip to main content
16,008,183 members
Home / Discussions / Java
   

Java

 
Questionconversion of a color image into a black white image Pin
sudipkumar036-Mar-09 22:23
sudipkumar036-Mar-09 22:23 
JokeRe: conversion of a color image into a black white image Pin
fly9047-Mar-09 8:38
fly9047-Mar-09 8:38 
GeneralRe: conversion of a color image into a black white image Pin
sudipkumar0316-Mar-09 20:12
sudipkumar0316-Mar-09 20:12 
AnswerRe: conversion of a color image into a black white image Pin
fly9047-Mar-09 8:42
fly9047-Mar-09 8:42 
QuestionRead Incoming SMS Pin
Nitharshan6-Mar-09 19:34
Nitharshan6-Mar-09 19:34 
RantRe: Read Incoming SMS Pin
fly9047-Mar-09 9:04
fly9047-Mar-09 9:04 
Questionusing COM objects from Java that runs on SUN Java VM under MS platforms Pin
Varghese Paul M6-Mar-09 16:12
Varghese Paul M6-Mar-09 16:12 
QuestionHelp with adding url to form input after .value Pin
steelwidow5-Mar-09 7:12
steelwidow5-Mar-09 7:12 
I need a little help getting this script to append a url after their affiliate id. I'm doing this all inside a form. A person puts in their affiliate id, clicks "get code" and its automatically put inside a url so they can copy and paste it on their own.

I have it all working but I need to add an additional url after their affiliate id is inserted...

What I'm getting on my results is:

http://refer.mysite.com/cgi-bin/clicks.cgi?CA=999999-0000&PA=666666

What I need is:

http://refer.mysite.com/cgi-bin/clicks.cgi?CA=999999-0000&PA=666666&HTML=http://www.mysite.com/promo/mypage.html

So here's the problem area of the code:

<a href="javascript:void(null)" onClick=" document.form2.linkg58url.value='http://refer.mysite.com/cgi-bin/clicks.cgi?CA=999999-0000&PA=' +document.getElementById('affiliateid').value">Get Code</a>

I can't figure out where to put the rest of my url:

&HTML=http://www.mysite.com/promo/mypage.html

Inside/Before/After here: .value

Or rather what to append after .value to add the rest of the needed url...?

Hope this makes sense. I'm sure it's something really dumb but for the life of this obvious newby I can't figure it out.

Thanks!

~~ SteelWidow ~~
AnswerRe: Help with adding url to form input after .value Pin
Curtis Schlak.5-Mar-09 10:57
Curtis Schlak.5-Mar-09 10:57 
QuestionCode to extract a pixel from video stream Pin
Jincy C J4-Mar-09 20:06
Jincy C J4-Mar-09 20:06 
AnswerRe: Code to extract a pixel from video stream Pin
Smithers-Jones11-Mar-09 23:00
Smithers-Jones11-Mar-09 23:00 
Questionreading Pixel value from a image [modified] Pin
sudipkumar034-Mar-09 19:48
sudipkumar034-Mar-09 19:48 
QuestionPing using UDP Pin
tiger08064-Mar-09 5:03
tiger08064-Mar-09 5:03 
AnswerRe: Ping using UDP Pin
fly9044-Mar-09 8:51
fly9044-Mar-09 8:51 
QuestionHow to get JavaME Pin
jwtilljx4-Mar-09 4:04
jwtilljx4-Mar-09 4:04 
AnswerRe: How to get JavaME Pin
fly9044-Mar-09 8:54
fly9044-Mar-09 8:54 
QuestionRe: How to get JavaME Pin
jwtilljx4-Mar-09 8:58
jwtilljx4-Mar-09 8:58 
AnswerRe: How to get JavaME Pin
fly9044-Mar-09 9:01
fly9044-Mar-09 9:01 
GeneralRe: How to get JavaME Pin
jwtilljx4-Mar-09 10:23
jwtilljx4-Mar-09 10:23 
GeneralRe: How to get JavaME Pin
jwtilljx5-Mar-09 2:28
jwtilljx5-Mar-09 2:28 
AnswerRe: How to get JavaME Pin
Reagan Conservative6-Mar-09 8:00
Reagan Conservative6-Mar-09 8:00 
GeneralRe: How to get JavaME Pin
jwtilljx6-Mar-09 9:34
jwtilljx6-Mar-09 9:34 
GeneralRe: How to get JavaME Pin
fly9047-Mar-09 8:34
fly9047-Mar-09 8:34 
GeneralRe: How to get JavaME Pin
Reagan Conservative9-Mar-09 9:12
Reagan Conservative9-Mar-09 9:12 
GeneralRe: How to get JavaME Pin
fly9049-Mar-09 9:29
fly9049-Mar-09 9:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.