Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

#223350 25-Sep-2017 11:43
Send private message

I have a requirement for what i suspect is a line of html code to embed in a wordpress page.

 

For another small job I had I used the freelancer site what a nightmare that was! It was like I wanted to rewrite the treaty!

 

Does anyone know of a NZ based site / forum for achieving this? 

 

I suspect the job could be done by a high school student who uses html for $20 and he or she would think that was "cool"

 

Do you know of such a place in NZ?





Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


Create new topic
Jeeves
301 posts

Ultimate Geek
+1 received by user: 90


  #1872455 25-Sep-2017 13:30
Send private message

Perhaps ask the question here? I'm sure one of here would be happy to help, if it is such a simple request :) 




gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1872537 25-Sep-2017 15:41
Send private message

If you feel it would be ok

 

Domain Name Idea: It wont let me post this working for some reason

 

/<!DOCTYPE html>
/<html>
/<body>

 

/<form action="/action_page.php">
/Domain Name Idea:<br>
/<input type="text" name="domain" value="name">
/<br>
/<input type="submit" value="Submit">
/</form>

 

/</body>
/</html>

 

 

 

It will take the name submitted and add replace/put/subsitute the word name

 

Link: https://www.namecheap.com/domains/registration/results.aspx?domain=name&affId=98436 

 

in this link that would then proceed to that url.

 

so i might put the word jack.xyz

 

and the link would end up as

 

https://www.namecheap.com/domains/registration/results.aspx?domain=jack.xyz&affId=98436 

 

I hope that makes sense The resulting html code I would drop into a wordpress page

 

Thats all I need 

 

 





Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


yitz
2238 posts

Uber Geek
+1 received by user: 594


  #1872576 25-Sep-2017 16:10
Send private message

<form action="https://www.namecheap.com/domains/registration/results.aspx">
Domain Name Idea:<br>
<input type="text" name="domain" value="name">
<input type="hidden" name="affID" value="98436">
<br>
<input type="submit" value="Submit">
</form>




djtOtago
1181 posts

Uber Geek
+1 received by user: 605


  #1872583 25-Sep-2017 16:30
Send private message

@yitz solution is the better one but you could also

 

<body>
<input id="inputName" type="text" name="domain" value="name">
<input type="button" value="Do it" onclick="javascript:document.location = 'https://www.namecheap.com/domains/registration/results.aspx?domain='+ document.getElementById('inputName').value + '&affId=98436'">
</body>


timmmay
20857 posts

Uber Geek
+1 received by user: 5349

Trusted
Lifetime subscriber

  #1872584 25-Sep-2017 16:30
Send private message

That's probably a one line PHP script. I don't write PHP but someone who does, easy.


gnfb

2685 posts

Uber Geek
+1 received by user: 197

ID Verified

  #1872588 25-Sep-2017 16:45
Send private message

Thanks very much guys that works perfectly I really appreciate it





Is an English Man living in New Zealand. Not a writer, an Observer he says. Graham is a seasoned 'traveler" with his sometimes arrogant, but honest opinion on life. He loves the Internet!.

 

I have two shops online allshop.nz    patchpinflag.nz
Email Me


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.