/    Sign up×
Community /Pin to ProfileBookmark

[JS] How by click of link in row on the first webpage, check row on the second page

Hello
What would I do, than to click on td element link inside the table row on first website and refer you to the row in another table on next webpage (light row)?

Website 1 code:

[code]<tr>

<td>15</td>
<td>T3</td>
<td>STD</td>
<td>01</td>
<td>01</td>
<td>000</td>
<td>Z4</td>
<td>K</td>
<td>782-12-000-00 C4</td>
<td>11111111111111111111111</td>
<td><a href=”website2#nazwa7″>15S1.1/120ELA</a></td>
<td><input></td>

</tr>[/code]

Website 2 code:

[code]<tr class=”onmouseout” id=”nazwa7″>

<TD>15</TD>
<TD>S1</TD>
<TD>0</TD>
<TD><A>005AEL1</A></TD>
<TD>Wwwwwwwwwww wwwwwwwwwwwwww wwwwwwwwwwwww</TD>
<TD>B</TD>
<TD><input type=”text”></TD>
<TD><input type=”text”></TD>
<TD><input type=”text”></TD>
<TD><input type=”text”></TD>
<TD><input type=”checkbox”></TD>

</tr>[/code]

and style:

[code][/code]

<style type=”text/css”>#nazwa7:target {background: red;
tr.onmouseOut:target input {background: red;}</style>[/code]

How to do it, after changing the webpage the the row with id and checkbox are marked ?

You are clicking on the link inside the row on the 1 website and it is changed on 2 website to the row with was defined before and the row with checkbox are marked. If user wont lights row so he had to remark checkbox.

If the checkbox are chosen, I would like back to preview webpage (the light row with was chosen should be still light) and click on another links in first website rows&#8211; links with are cooperated with next rows on next website.

I would like to do record and edition by the PHP to MySQL database. How I have to do it???

Maybe someone have any idea for this problem? It is very important for me.
Thank you in advance.

Many thank,

martinprz

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @martinprz spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...