Embedding username and password in href link Using HTML/javascript
Summary
HCM Custom Page. Ho to embed username and password to the href link using HTMLmarkup languageContent
Hi All,
I'm creating a custom page in HCM and I used HTML markup language. I want to embed the username and password in the OIC link so that when other user use it and click the submit button to go to that link they don't need to enter the credentials. Here is my code:
Start Date: <input type="date" id="startDate" name="startDate">
<input type="date" id="endDate" name="endDate"><br>
<a id="myLink" href="#"><input type="button" value="SUBMIT" onclick="redirectTo();"></a>
1